mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 01:14:10 +01:00
Merge with master.
This commit is contained in:
@@ -119,9 +119,9 @@ function IO() //{{{
|
||||
if (path.exists() && path.normalize)
|
||||
path.normalize();
|
||||
}
|
||||
catch(e)
|
||||
catch (e)
|
||||
{
|
||||
return { exists: function () false, __noSuchMethod__: function () { throw e } };
|
||||
return { exists: function () false, __noSuchMethod__: function () { throw e; } };
|
||||
}
|
||||
return path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user