Commit 88151da
committed
fix(scripts): improve type check error output in check script
When TypeScript type checking fails:
- Always show stdout/stderr (even in quiet mode) so actual errors are visible
- Add clear "Type check failed" message after errors
- Add spacing for better readability
Before: "Check runner failed: command failed" with no context
After: Shows actual TypeScript errors followed by "Type check failed"1 parent e58d10c commit 88151da
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
| |||
0 commit comments