rm numeric

This commit is contained in:
2026-01-20 20:09:06 -06:00
parent 854d94e5c3
commit ef49606098
3 changed files with 17 additions and 87 deletions

View File

@@ -188,7 +188,8 @@ function disrupt(err)
}
if (err) {
log.console(err);
if (err.message)
log.console(err.message)
if (err.stack)
log.console(err.stack)
}