Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/pages/en/blog/migrations/v22-to-v24.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The source code for this codemod can be found in the [fs-truncate-fd-deprecation
You can find this codemod in the [Codemod Registry](https://app.codemod.com/registry/@nodejs/fs-truncate-to-ftruncate).

```bash
npx codemod run @nodejs/fs-truncate-to-ftruncate
npx codemod run @nodejs/fs-truncate-fd-deprecation
```

#### Example:
Expand Down