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