This commit is contained in:
Timo Hocker 2020-06-04 11:01:43 +02:00
parent e2688f7a0c
commit 76315d5cd2

View File

@ -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 (