node-logger icon indicating copy to clipboard operation
node-logger copied to clipboard

Sys is depricated

Open faizanktk opened this issue 3 years ago • 1 comments

Deprecation Warning: sys is deprecated. Use util instead.

faizanktk avatar Jul 05 '21 08:07 faizanktk

look in the logger.js file in the Logger folder of the module and change the line "sys = require('sys')," to "sys = require('util'),"

delbug7 avatar Jun 25 '22 22:06 delbug7