fix(core): update
This commit is contained in:
		| @@ -53,7 +53,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination { | |||||||
|  |  | ||||||
|       process.stderr.write = (...args) => { |       process.stderr.write = (...args) => { | ||||||
|         if (!args[0].startsWith('LOG')) { |         if (!args[0].startsWith('LOG')) { | ||||||
|           this.log('info', args[0]); |           this.log('error', args[0]); | ||||||
|           return; |           return; | ||||||
|         } |         } | ||||||
|         // fileStream.write(args[0]); |         // fileStream.write(args[0]); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user