We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7dc325 + 37a2274 commit dddd188Copy full SHA for dddd188
2 files changed
js/controller.js
@@ -55,7 +55,7 @@ class Controller {
55
* @param {string} name name to use for the parser
56
*/
57
addInitializedAsync = async (name, callback) => {
58
- if (Debug.All || Debug.Controller) {
+ if (typeof Debug !== "undefined" && (Debug.All || Debug.Controller)) {
59
console.error(`Initialized the ${name} handler.`)
60
}
61
this.initialized[name] = true;
version.txt
@@ -1 +1 @@
1
-v2.2.0
+v2.2.1
0 commit comments