feat: rename functions.txt to tools.txt (#35)
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user