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

Commit

Permalink
sys has been moved to util
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden authored and bnoordhuis committed Oct 13, 2011
1 parent e911171 commit e3d2ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.js
Expand Up @@ -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'
};

Expand Down

0 comments on commit e3d2ae0

Please sign in to comment.