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

Removed require('sys') in favor of require('util') as sys is deprecated

Open sfreeman422 opened this issue 7 years ago • 0 comments

Sys was deprecated in node. Replaced the require('sys') with require('util') to avoid deprecation warnings when using this package inside of another application.

sfreeman422 avatar Nov 21 '17 16:11 sfreeman422