| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,5 +27,5 @@ | |||
| 27 | 27 | // Note to maintainers: Although this module has been deprecated for a while | |
| 28 | 28 | // we do not plan to remove it. See: https://github.com/nodejs/node/pull/35407#issuecomment-700693439 | |
| 29 | 29 | module.exports = require('util'); | |
| 30 | - process.emitWarning('sys is deprecated. Use util instead.', | ||
| 30 | + process.emitWarning('sys is deprecated. Use `node:util` instead.', | ||
| 31 | 31 | 'DeprecationWarning', 'DEP0025'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments