From 8a87890df6e2b5356d4877a311dd8937a92d11a1 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 8 Jun 2024 11:40:54 +0800 Subject: feat: rename functions.txt to tools.txt (#35) --- scripts/run-tool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 { -- cgit v1.2.3