fix log only errors
This commit is contained in:
@@ -40,6 +40,7 @@ program
|
||||
*/
|
||||
var error = function(msg){
|
||||
|
||||
if(!program.onlyErrors)
|
||||
log.error(msg);
|
||||
|
||||
if(Array.isArray(msg)) {
|
||||
|
||||
Reference in New Issue
Block a user