fix: v0.6.1 hotfix — repair fmtTime splice output (JS SyntaxError killed the UI) #182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "hotfix-171"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 runsnode --checkover each — the verification this class of bug actually needs, applied before commit.