mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
sys has been moved to util
This commit is contained in:
committed by
Ben Noordhuis
parent
e911171e03
commit
e3d2ae0bfd
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user