1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:57:59 +01:00

Fix :rehash/updating.

This commit is contained in:
Kris Maglione
2015-05-12 20:49:07 -07:00
parent fbdae38c9e
commit 1c2766371b
3 changed files with 15 additions and 5 deletions

2
common/bootstrap.js vendored
View File

@@ -113,7 +113,7 @@ let JSMLoader = {
atexit: function atexit(arg, self) {
if (typeof arg !== "string")
this._atexit.push(arguments);
this._atexit.push([arg, self]);
else
for (let [fn, self] of this._atexit)
try {