aboutsummaryrefslogtreecommitdiffstats
path: root/run/tool.js
diff options
context:
space:
mode:
Diffstat (limited to 'run/tool.js')
-rwxr-xr-xrun/tool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tool.js b/run/tool.js
index de97423..ad7c151 100755
--- a/run/tool.js
+++ b/run/tool.js
@@ -22,7 +22,7 @@ function parseArgv() {
}
function loadFunc(func_file) {
- const func_path = path.resolve(__dirname, `../tools/js/${func_file}`)
+ const func_path = path.resolve(__dirname, `../tools/${func_file}`)
try {
return require(func_path);
} catch {