From c382ab93abe269c2f8f44c77002081621f38e953 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 16 Feb 2026 09:38:38 -0800 Subject: [PATCH] Add top-level log for debugging boot timeout --- icalendar.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icalendar.ts b/icalendar.ts index 738b59c..e66d838 100644 --- a/icalendar.ts +++ b/icalendar.ts @@ -2,6 +2,8 @@ import { clientStore, config, datastore, editor, index } from "@silverbulletmd/s import { localDateString } from "@silverbulletmd/silverbullet/lib/dates"; import { convertIcsCalendar, type IcsCalendar, type IcsEvent, type IcsDateObjects } from "ts-ics"; +console.log("[iCalendar] Plug loading..."); + // ============================================================================ // Constants // ============================================================================