azure-functions-core-tools
Advanced tools
Comparing version 2.0.1-beta.5 to 2.0.1-beta.6
@@ -8,2 +8,3 @@ #! /usr/bin/env node | ||
var commandExists = require('command-exists'); | ||
var os = require('os'); | ||
var args = process.argv; | ||
@@ -14,3 +15,3 @@ | ||
if (commandExists) { | ||
var bin = path.join(homePath, '.azurefunctions', 'bin'); | ||
var bin = path.join(os.homedir(), '.azurefunctions', 'bin'); | ||
var funcProc = spawn('dotnet', [bin + '/Azure.Functions.Cli.dll', ].concat(args.slice(2)), { | ||
@@ -17,0 +18,0 @@ stdio: [process.stdin, process.stdout, process.stderr, 'pipe'] |
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "2.0.1-beta.5", | ||
"version": "2.0.1-beta.6", | ||
"description": "Azure Functions Core Tools", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
86834327
1134
161