Do not serialize custom job parameter

pull/461/head
Frostebite 2022-09-28 00:09:06 +01:00
parent 5445231c42
commit c7d3c2ad28
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -52,6 +52,7 @@ function runMain() {
} }
} }
catch (error) { catch (error) {
process.exitCode = 1;
throw error; throw error;
} }
try { try {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -11,6 +11,7 @@ async function runMain() {
return; return;
} }
} catch (error) { } catch (error) {
process.exitCode = 1;
throw error; throw error;
} }
try { try {