mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
update: remove debugger
This commit is contained in:
-1
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user