We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f8400 commit f3808faCopy full SHA for f3808fa
1 file changed
lifecycleScripts/install.js
@@ -52,7 +52,7 @@ function installPrebuilt() {
52
53
function pathForTool(name) {
54
var toolPath = path.resolve(".", "node_modules", ".bin", name);
55
- toolPath = '"' + toolPath + '"';
+ toolPath = "\"" + toolPath + "\"";
56
return toolPath;
57
}
58
0 commit comments