Do not serialize custom job parameter
parent
5445231c42
commit
c7d3c2ad28
|
|
@ -52,6 +52,7 @@ function runMain() {
|
|||
}
|
||||
}
|
||||
catch (error) {
|
||||
process.exitCode = 1;
|
||||
throw error;
|
||||
}
|
||||
try {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -11,6 +11,7 @@ async function runMain() {
|
|||
return;
|
||||
}
|
||||
} catch (error) {
|
||||
process.exitCode = 1;
|
||||
throw error;
|
||||
}
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue