Commit 8232cc7
authored
Fix codemod command for fs-truncate-fd-deprecation
When I started migrating my project to the new LTS version, I encountered an error when executing this code mod.
```bash
> npx codemod run @nodejs/fs-truncate-to-ftruncate
[1/2] 🔍 Resolving package from registry: https://app.codemod.com ...
Error: Registry error: Package not found: @nodejs/fs-truncate-to-ftruncate
```
Signed-off-by: Mikhail Garbuzov <madmxg@gmail.com>1 parent 15921e1 commit 8232cc7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments