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

Updated from deprecated 'sys' usage.

Open joe-irving opened this issue 4 years ago • 0 comments

I got the following errors when trying to run logging:

(node:6264) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.

(node:6264) [DEP0026] DeprecationWarning: util.print is deprecated. Use console.log instead.

So did what I was told!

joe-irving avatar Mar 01 '21 02:03 joe-irving