Commit ca80d6a
Fix regression package.json task fail to re-run (#286230)
* Fix regression package.json task fail to re-run
* Update src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* revert copilot changes
* check for 1 or 127 for command not found
* Check to see if exitCode is none zero when showing warning
* Update to only watch for 1 or 127
* use !success || (success.exitCode !== undefined && success.exitCode !== 0)
* Use typeof success.exitCode number
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 8bb40dd commit ca80d6a
File tree
1 file changed
+5
-2
lines changed- src/vs/workbench/contrib/tasks/browser
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2190 | 2190 | | |
2191 | 2191 | | |
2192 | 2192 | | |
2193 | | - | |
2194 | | - | |
| 2193 | + | |
| 2194 | + | |
| 2195 | + | |
| 2196 | + | |
| 2197 | + | |
2195 | 2198 | | |
2196 | 2199 | | |
2197 | 2200 | | |
| |||
0 commit comments