Fixed undefined variable error when in debugging mode.

This commit is contained in:
hackademix 2019-10-17 22:27:58 +02:00
parent ca87f093cb
commit 2c8ac802ea
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
answers.length === 1 ? answers.pop(): Promise.all(answers)
);
}
debug("Warning: no handler for message %s %s in context %s", name, JSON.stringify(msg), context);
debug("Warning: no handler for message %s %s in context %s", name, JSON.stringify(msg), document.URL);
};
var Messages = {