aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-tool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-tool.js b/scripts/run-tool.js
index 4a721bc..bc09b5e 100755
--- a/scripts/run-tool.js
+++ b/scripts/run-tool.js
@@ -68,7 +68,7 @@ function loadEnv(filePath) {
async function run(toolPath, toolFunc, toolData) {
let mod;
- if (os.platform() === "win32") {
+ if (os.platform() === "win32") {
toolPath = `file://${toolPath}`;
}
try {