fix: splitting tokens

This commit is contained in:
Simone Corsi
2021-01-16 11:05:14 +01:00
parent 7499f866f0
commit bd470783b8
5 changed files with 13 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ export async function run(): Promise<any> {
await main();
process.exit(0);
} catch (error) {
core.error('#catchAll:');
core.error('#run:');
core.error(error);
process.exit(1);
}