Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Show warning when using lib/sys.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki authored and bnoordhuis committed Aug 31, 2011
1 parent f013f15 commit 8d70cc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sys.js
Expand Up @@ -25,8 +25,7 @@ var sysWarning;
if (!sysWarning) {
sysWarning = 'The "sys" module is now called "util". ' +
'It should have a similar interface.';
// Uncomment in 2011
//util.error(sysWarning);
util.error(sysWarning);
}

exports.print = util.print;
Expand Down

0 comments on commit 8d70cc6

Please sign in to comment.