mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 07:35:44 +01:00
Work around stupid error in Minefield.
This commit is contained in:
@@ -1000,7 +1000,9 @@ var ErrorBase = Class("ErrorBase", Error, {
|
||||
level: 2,
|
||||
init: function EB_init(message, level) {
|
||||
level = level || 0;
|
||||
update(this, Error(message))
|
||||
let error = Error(message);
|
||||
update(this, error)
|
||||
this.stack = error.stack;
|
||||
this.message = message;
|
||||
|
||||
let frame = Components.stack;
|
||||
|
||||
Reference in New Issue
Block a user