ci: adds logs
This commit is contained in:
parent
346ba5d4b7
commit
57651eab5a
@ -64,8 +64,9 @@ export async function run(): Promise<any> {
|
|||||||
|
|
||||||
const catchAll = (info: any) => {
|
const catchAll = (info: any) => {
|
||||||
core.setFailed(`#catchAll: ${info}`);
|
core.setFailed(`#catchAll: ${info}`);
|
||||||
|
core.error(info);
|
||||||
};
|
};
|
||||||
process.on('unhandledRejection', catchAll);
|
process.on('unhandledRejection', catchAll);
|
||||||
process.on('uncaughtException', catchAll);
|
process.on('uncaughtException', catchAll);
|
||||||
|
|
||||||
run();
|
run().catch(core.error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user