Update toolkit.js

This commit is contained in:
Namhyeon Go 2022-02-28 17:52:24 +09:00 committed by GitHub
parent 9280803861
commit 62b46d1dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ var ToolkitObject = function() {
return this; return this;
} catch (e) { } catch (e) {
console.warn("WelsonJS.Toolkit is disabled"); console.warn("WelsonJS.Toolkit is disabled");
console.warn(e.message);
} }
}; };