Commit c27f9fb
committed
fix(errors): add NETWORK exit code to resolve typecheck failure
The handler.ts uses ExitCode.NETWORK but NETWORK was not defined in the
ExitCode enum, causing TypeScript error TS2339 during CI typecheck.1 parent 98cd1cc commit c27f9fb
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments