Commit bb2ff1b
fix: silently ignore non-zero post-processor exit codes
Post-processors like ESLint and Oxfmt exit non-zero for non-fatal
reasons (all files ignored, no matching files). Warnings from
console.warn break CI pipelines that treat stderr as errors. Only
actual spawn failures (ENOENT) are reported.1 parent 94b26ef commit bb2ff1b
File tree
2 files changed
+9
-33
lines changed2 files changed
+9
-33
lines changedLines changed: 5 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 125 | + | |
142 | 126 | | |
143 | 127 | | |
144 | | - | |
145 | | - | |
| 128 | + | |
| 129 | + | |
146 | 130 | | |
147 | 131 | | |
148 | 132 | | |
149 | 133 | | |
150 | | - | |
| 134 | + | |
151 | 135 | | |
152 | 136 | | |
153 | 137 | | |
154 | 138 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
| 139 | + | |
159 | 140 | | |
160 | 141 | | |
161 | 142 | | |
162 | 143 | | |
163 | 144 | | |
164 | 145 | | |
165 | 146 | | |
166 | | - | |
167 | 147 | | |
168 | 148 | | |
169 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
90 | 86 | | |
91 | 87 | | |
0 commit comments