mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
lint
This commit is contained in:
parent
e232f6e735
commit
dd53ceebe4
7 changed files with 144 additions and 147 deletions
|
@ -1,8 +1,9 @@
|
|||
var util = require("util");
|
||||
var util = require('util');
|
||||
|
||||
var sysWarning;
|
||||
if (!sysWarning) {
|
||||
sysWarning = "The 'sys' module is now called 'util'. It should have a similar interface.";
|
||||
sysWarning = 'The "sys" module is now called "util". ' +
|
||||
'It should have a similar interface.';
|
||||
// Uncomment in 2011
|
||||
//util.error(sysWarning);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue