mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:37:59 +01:00
Fix deprecation warning.
This commit is contained in:
@@ -248,7 +248,7 @@ var Editor = Module("editor", {
|
|||||||
|
|
||||||
dactyl.assert(args.length >= 1, "No editor specified");
|
dactyl.assert(args.length >= 1, "No editor specified");
|
||||||
|
|
||||||
io.run(io.expandPath(args.shift()), args, blocking);
|
io.run(args.shift(), args, blocking);
|
||||||
},
|
},
|
||||||
|
|
||||||
// TODO: clean up with 2 functions for textboxes and currentEditor?
|
// TODO: clean up with 2 functions for textboxes and currentEditor?
|
||||||
|
|||||||
Reference in New Issue
Block a user