Files
gstack/browse/scripts
Garry TanandClaude Fable 5 861fe2e505 fix(build): escape literal braces in the bun:sqlite stub regex
Perl >= 5.26 treats an unescaped literal `{` in a pattern as fatal
("Unescaped left brace in regex is illegal"), so build-node-server.sh
died at the bun:sqlite stub substitution on modern perl. Escape both
braces; the replacement output is unchanged.

Closes #2300.

Contributed by @nuga0718 (PR #2111).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 20:20:59 -07:00
..