fix
This commit is contained in:
parent
e2688f7a0c
commit
76315d5cd2
@ -5,7 +5,6 @@
|
||||
* Created by Timo Hocker <timo@scode.ovh>, May 2020
|
||||
*/
|
||||
|
||||
/* eslint-disable max-len */
|
||||
'use strict';
|
||||
|
||||
module.exports = `'use strict';
|
||||
@ -21,7 +20,10 @@ const [
|
||||
] = process.argv;
|
||||
|
||||
run_file.on ('close', () => {
|
||||
exec_sync (\`node .jenkins.run.js \${args.join (' ')}\`, { stdio: 'inherit' });
|
||||
exec_sync (
|
||||
\`node .jenkins.run.js \${args.join (' ')}\`,
|
||||
{ stdio: 'inherit' }
|
||||
);
|
||||
});
|
||||
|
||||
https.get (
|
||||
|
Loading…
x
Reference in New Issue
Block a user