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:sys
1 parent 0659516 commit 21fef34Copy full SHA for 21fef34
lib/sys.js
@@ -24,6 +24,8 @@
24
// The sys module was renamed to 'util'. This shim remains to keep old programs
25
// working. `sys` is deprecated and shouldn't be used.
26
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.',
31
'DeprecationWarning', 'DEP0025');
0 commit comments