Browse Source

sys has been moved to util

v0.7.4-release
Arnout Kazemier 13 years ago
committed by Ben Noordhuis
parent
commit
e3d2ae0bfd
  1. 2
      src/node.js

2
src/node.js

@ -412,7 +412,7 @@
'unwatchFile': 'process.unwatchFile() has moved to fs.unwatchFile()',
'mixin': 'process.mixin() has been removed.',
'createChildProcess': 'childProcess API has changed. See doc/api.txt.',
'inherits': 'process.inherits() has moved to sys.inherits.',
'inherits': 'process.inherits() has moved to util.inherits()',
'_byteLength': 'process._byteLength() has moved to Buffer.byteLength'
};

Loading…
Cancel
Save