fix: v0.6.1 hotfix — repair fmtTime splice output (JS SyntaxError killed the UI) #182

Merged
Cordy merged 6 commits from hotfix-171 into main 2026-08-10 02:14:54 +00:00
Owner

The #171 S1 regex splice emitted return \"—\"; (re.sub's replacement template leaves unknown escapes like \" as literal backslash+quote) — a SyntaxError at the top of the first script block that took the whole UI down. Found live via the browser console on the dogfood (Nikola's report).

Fix repairs the line; the workflow now also extracts every inline <script> block and runs node --check over each — the verification this class of bug actually needs, applied before commit.

The #171 S1 regex splice emitted `return \"—\";` (re.sub's replacement template leaves unknown escapes like `\"` as literal backslash+quote) — a SyntaxError at the top of the first script block that took the whole UI down. Found live via the browser console on the dogfood (Nikola's report). Fix repairs the line; the workflow now also extracts every inline `<script>` block and runs `node --check` over each — the verification this class of bug actually needs, applied before commit.
Cordy merged commit 4e903184bb into main 2026-08-10 02:14:54 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Cordy/Cairn#182
No description provided.