update: remove debugger

This commit is contained in:
Vick Scarlet
2026-08-16 18:29:41 +08:00
parent 6c803d4eef
commit fca4b7b557
-1
View File
@@ -2,7 +2,6 @@
if (typeof module === 'object' && module.exports) { if (typeof module === 'object' && module.exports) {
module.exports = factory(); module.exports = factory();
} else { } else {
debugger
root.ToyCloudSaveCore = factory(); root.ToyCloudSaveCore = factory();
} }
}(typeof globalThis !== 'undefined' ? globalThis : this, function buildToyCloudSaveCore() { }(typeof globalThis !== 'undefined' ? globalThis : this, function buildToyCloudSaveCore() {