mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 11:15:46 +01:00
Fix some bugs.
This commit is contained in:
@@ -31,6 +31,7 @@ memoize(this, "Commands", function () {
|
||||
const FailedAssertion = Class("FailedAssertion", Error, {
|
||||
init: function (message) {
|
||||
update(this, Error(message))
|
||||
this.message = message;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user