mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 16:05:47 +01:00
Fix :tabdo.
This commit is contained in:
@@ -225,7 +225,7 @@ const Template = Module("Template", {
|
||||
let url = (frame.filename || "unknown").replace(/.* -> /, "");
|
||||
function getPath(url) {
|
||||
try {
|
||||
return util.getFile(util.newURI(url)).path;
|
||||
return util.getFile(url).path;
|
||||
}
|
||||
catch (e) {
|
||||
return url;
|
||||
|
||||
Reference in New Issue
Block a user