mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 20:15:48 +01:00
Fix possible crash when RC file can't be located. Closes issue #448.
This commit is contained in:
@@ -620,7 +620,6 @@ function memoize(obj, key, getter) {
|
||||
});
|
||||
}
|
||||
catch (e) {
|
||||
util.reportError(e);
|
||||
obj[key] = getter.call(obj, key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user