Commit 7e32086
Dimitar Kerezov
Do not treat exit code 3 as success
According to the new [enum](https://github.com/Microsoft/TypeScript/blob/master/src/compiler/types.ts#L2620) `tsc` only emits files if it exits with 0 or 21 parent 44b3270 commit 7e32086
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments