feat: rename functions.txt to tools.txt (#35)

This commit is contained in:
sigoden
2024-06-08 11:40:54 +08:00
committed by GitHub
parent 2b5b0f6502
commit 8a87890df6
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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 {