8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node:
1 parent d5abfbf commit 83052ffCopy full SHA for 83052ff
‎lib/sys.js‎
@@ -27,5 +27,5 @@
27
// Note to maintainers: Although this module has been deprecated for a while
28
// we do not plan to remove it. See: https://github.com/nodejs/node/pull/35407#issuecomment-700693439
29
module.exports = require('util');
30
-process.emitWarning('sys is deprecated. Use util instead.',
+process.emitWarning('sys is deprecated. Use `node:util` instead.',
31
'DeprecationWarning', 'DEP0025');
0 commit comments