debug: add logging to get_categories + better error details in CalendarPluginPage

This commit is contained in:
2026-06-08 12:01:29 +08:00
parent a202c5d079
commit 5069472e19
4 changed files with 7 additions and 5 deletions
@@ -107,6 +107,7 @@
})
} catch (e) {
console.error('[CalendarPluginPage] loadCalendarData:', e)
console.log('[CalendarPluginPage] error details:', JSON.stringify({message: String(e), stack: e?.stack}))
error = String(e)
}
}