azure-functions-cli
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.91
@@ -14,3 +14,3 @@ #! /usr/bin/env node | ||
if (!isWin) { | ||
var funcProc = spawn("mono" + bin + '/func.exe', args.slice(2), { stdio : [process.stdin, process.stdout, process.stderr, 'pipe']}); | ||
var funcProc = spawn("mono " + bin + '/func.exe', args.slice(2), { stdio : [process.stdin, process.stdout, process.stderr, 'pipe']}); | ||
funcProc.on('exit', function(code) { | ||
@@ -17,0 +17,0 @@ process.exit(code); |
{ | ||
"name": "azure-functions-cli", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.91", | ||
"description": "Azure Functions Cli", | ||
@@ -19,2 +19,2 @@ "scripts": { }, | ||
"dependencies": {} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80788874