mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:37:58 +01:00
Death to E4X and stuff.
This commit is contained in:
3
common/bootstrap.js
vendored
3
common/bootstrap.js
vendored
@@ -134,7 +134,8 @@ let JSMLoader = {
|
||||
return;
|
||||
}
|
||||
catch (e) {
|
||||
delete this.globals[uri];
|
||||
debug("Loading " + name + ": " + e);
|
||||
|
||||
if (typeof e != "string")
|
||||
throw e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user