parent
f2e557e77f
commit
c68c97e2bd
10 changed files with 9 additions and 10 deletions
|
|
@ -77,7 +77,7 @@ export async function toolrunnerErrorCatcher(
|
|||
return returnState;
|
||||
} else {
|
||||
throw new Error(
|
||||
`The process \'${commandLine}\' failed with exit code ${returnState}`
|
||||
`The process '${commandLine}' failed with exit code ${returnState}`
|
||||
);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue