rm numeric
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user