npm-java-runner
Advanced tools
@@ -19,3 +19,3 @@ #!/usr/bin/env node | ||
function executeJar(jarFile) { | ||
var userArgs = process.argv.slice(2); | ||
var userArgs = process.argv.slice(2).map(function (it) { return it.replace(/\\n/, '\n'); }); | ||
var command = spawn('java', __spreadArrays(['-jar', jarFile], userArgs)); | ||
@@ -22,0 +22,0 @@ command.stdout.pipe(process.stdout); |
{ | ||
"name": "npm-java-runner", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "npm run format && tsc -p .", |
Sorry, the diff of this file is not supported yet
6410
2.35%