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:
2
common/bootstrap.js
vendored
2
common/bootstrap.js
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user