mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 12:25:48 +01:00
Fix complex 'passkeys' serialization.
This commit is contained in:
@@ -296,7 +296,7 @@ var File = Class("File", {
|
||||
if (path instanceof Ci.nsIFile)
|
||||
file = path.clone();
|
||||
else if (/file:\/\//.test(path))
|
||||
file = services["file:"]().getFileFromURLSpec(path);
|
||||
file = services["file:"].getFileFromURLSpec(path);
|
||||
else {
|
||||
try {
|
||||
let expandedPath = File.expandPath(path);
|
||||
|
||||
Reference in New Issue
Block a user