Skip to content

Commit dddd188

Browse files
authored
Merge pull request #98 from Kruiser8/develop
Update for v2.2.1
2 parents c7dc325 + 37a2274 commit dddd188

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Controller {
5555
* @param {string} name name to use for the parser
5656
*/
5757
addInitializedAsync = async (name, callback) => {
58-
if (Debug.All || Debug.Controller) {
58+
if (typeof Debug !== "undefined" && (Debug.All || Debug.Controller)) {
5959
console.error(`Initialized the ${name} handler.`)
6060
}
6161
this.initialized[name] = true;

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.0
1+
v2.2.1

0 commit comments

Comments
 (0)