sys has been moved to util

pull/22966/head
Arnout Kazemier 2011-10-12 21:50:42 +03:00 committed by Ben Noordhuis
parent e911171e03
commit e3d2ae0bfd
1 changed files with 1 additions and 1 deletions

View File

@ -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'
};