sys has been moved to util
This commit is contained in:
parent
e911171e03
commit
e3d2ae0bfd
@ -412,7 +412,7 @@
|
|||||||
'unwatchFile': 'process.unwatchFile() has moved to fs.unwatchFile()',
|
'unwatchFile': 'process.unwatchFile() has moved to fs.unwatchFile()',
|
||||||
'mixin': 'process.mixin() has been removed.',
|
'mixin': 'process.mixin() has been removed.',
|
||||||
'createChildProcess': 'childProcess API has changed. See doc/api.txt.',
|
'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'
|
'_byteLength': 'process._byteLength() has moved to Buffer.byteLength'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user