diff options
Diffstat (limited to 'scripts/run-tool.js')
| -rwxr-xr-x | scripts/run-tool.js | 2 |
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 { |
