mirror of https://github.com/nodejs/node.git
sys has been moved to util
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'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue