azure-functions-core-tools
Advanced tools
Comparing version 2.0.1-beta.23 to 2.0.1-beta.24
@@ -51,3 +51,8 @@ #! /usr/bin/env node | ||
}) | ||
.on('close', () => installWorkers(installPath)); | ||
.on('close', () => { | ||
installWorkers(installPath) | ||
if (os.platform() === 'linux' || os.platform() === 'darwin') { | ||
fs.chmodSync(`${installPath}/func`, 0o755); | ||
} | ||
}); | ||
response.pipe(unzipStream); | ||
@@ -54,0 +59,0 @@ } else { |
{ | ||
"name": "azure-functions-core-tools", | ||
"version": "2.0.1-beta.23", | ||
"version": "2.0.1-beta.24", | ||
"description": "Azure Functions Core Tools", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
12668
44899
91
0