diff --git a/asset_jenkins.js b/asset_jenkins.js index 18f9c61..7738951 100644 --- a/asset_jenkins.js +++ b/asset_jenkins.js @@ -5,7 +5,6 @@ * Created by Timo Hocker , 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 (