Skip to content

Commit 9803469

Browse files
Update deprecations.md
Co-Authored-By: Bruno Rodrigues <[email protected]>
1 parent a57746c commit 9803469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,10 +688,10 @@ Type: End-of-Life
688688

689689
`util.debug()` has been removed. Please use [`console.error()`][] instead.
690690

691-
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-debug-to-console-error)):
691+
An automated migration is available ([source](https://github.com/nodejs/userland-migrations/tree/main/recipes/util-print-to-console-log)):
692692

693693
```bash
694-
npx codemod@latest @nodejs/util-debug-to-console-error
694+
npx codemod@latest @nodejs/util-print-to-console-log
695695
```
696696

697697
### DEP0029: `util.error()`

0 commit comments

Comments
 (0)