We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11df7b8 commit e150f41Copy full SHA for e150f41
packages/cli-v3/src/executions/taskRunProcess.ts
@@ -386,7 +386,7 @@ export class TaskRunProcess {
386
return this._childPid;
387
}
388
389
- static parseExecuteError(error: unknown, dockerMode = false): TaskRunInternalError {
+ static parseExecuteError(error: unknown, dockerMode = true): TaskRunInternalError {
390
if (error instanceof CancelledProcessError) {
391
return {
392
type: "INTERNAL_ERROR",
0 commit comments