Skip to content

Commit 45a651e

Browse files
committed
Error
1 parent 6c773d2 commit 45a651e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import { uploadToArtifact } from "./artifact";
1212
import { outdent } from "outdent";
1313

1414
async function exit(error: Error | string) {
15+
console.error(error);
1516
if (configuration.isCI) {
1617
core.setFailed(error);
1718
} else {
18-
console.error(error);
1919
process.exit(1);
2020
}
2121
}

0 commit comments

Comments
 (0)