| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4644d05 commit 77c5922
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,6 +24,8 @@ | |||
| 24 | 24 | // The sys module was renamed to 'util'. This shim remains to keep old programs | |
| 25 | 25 | // working. `sys` is deprecated and shouldn't be used. | |
| 26 | 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 | ||
| 27 | 29 | module.exports = require('util'); | |
| 28 | 30 | process.emitWarning('sys is deprecated. Use util instead.', | |
| 29 | 31 | 'DeprecationWarning', 'DEP0025'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments