There was an error while loading. Please reload this page.
1 parent 2f24e05 commit 458d551Copy full SHA for 458d551
1 file changed
src/util.js
@@ -76,7 +76,7 @@ async function e_call(argv, script, ...args) {
76
let _script = 'lisp/' + script + '.el';
77
let _path = path.join(_plugin_dir(), _script);
78
79
- let cmd_base = ['-Q', '--batch', '--script', _path].concat(args);
+ let cmd_base = ['-Q', '--batch', '--script', _path];
80
let cmd_args = args;
81
let cmd_global = _global_options(argv);
82
let cmd = cmd_base.concat(cmd_args).concat(cmd_global);
0 commit comments