Skip to content

Commit 1de124b

Browse files
committed
docs: fix wording accuracy for err binding change in task 5.7
The catch binding was underscore-prefixed (_err), not removed.
1 parent 569a413 commit 1de124b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tasks/tasks-prd-typescript-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Use Graphite (gt) commands for managing stacked branches:
287287

288288
- [x] 5.6. Update `package.json`: lint script (remove `-c .eslintrc`, use `src/` for recursive linting), test script (remove redundant `pnpm run lint` — CI runs lint separately)
289289

290-
- [x] 5.7. Fix lint errors in newly-linted files: `hasOwnProperty` → `Object.hasOwn()`, removed unused `isObject` function, removed unused `element` param, removed unused `err` binding, cleaned up stale eslint-disable directives
290+
- [x] 5.7. Fix lint errors in newly-linted files: `hasOwnProperty` → `Object.hasOwn()`, removed unused `isObject` function, removed unused `element` param, underscore-prefixed unused `err` binding, cleaned up stale eslint-disable directives
291291

292292
- [x] 5.8. Verify: `pnpm run lint` passes (0 errors, 0 warnings), `pnpm run testem` passes (794/794), `pnpm run type-check` passes, `pnpm run build` passes
293293

0 commit comments

Comments
 (0)