debug: add logging to get_categories + better error details in CalendarPluginPage
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user