update: remove debug log

This commit is contained in:
Vick Scarlet
2026-08-16 18:33:39 +08:00
parent fca4b7b557
commit da997b7a8e
5 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export async function init() {
window.ToyCloudSaveCore =
coreModule.ToyCloudSaveCore || coreModule.default || coreModule
} catch (error) {
console.error('Failed to load Bili Toy SDK:', error)
throw new Error('Failed to load Bili Toy SDK', { cause: error })
}
}