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.
1 parent a57746c commit 9803469Copy full SHA for 9803469
doc/api/deprecations.md
@@ -688,10 +688,10 @@ Type: End-of-Life
688
689
`util.debug()` has been removed. Please use [`console.error()`][] instead.
690
691
-An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-debug-to-console-error)):
+An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-print-to-console-log)):
692
693
```bash
694
-npx codemod@latest @nodejs/util-debug-to-console-error
+npx codemod@latest @nodejs/util-print-to-console-log
695
```
696
697
### DEP0029: `util.error()`
0 commit comments