Skip to content

fix: restore open-external https regex#53

Merged
krwg merged 1 commit into
mainfrom
2.0.0/issue-52-fix-open-external-regex
Jul 23, 2026
Merged

fix: restore open-external https regex#53
krwg merged 1 commit into
mainfrom
2.0.0/issue-52-fix-open-external-regex

Conversation

@krwg

@krwg krwg commented Jul 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Restore /^https?:\/\//i in open-external (broken by earlier comment strip)
  • Unblocks npx electron . main-process load

Closes #52

Test plan

  • node --check main/index.js
  • npx electron . starts without regex SyntaxError
  • npm test green

Made with Cursor

Comment strip truncated /^https?:\/\//i and prevented the Electron main process from loading (#52).
@krwg krwg added this to the 2.0.0 — Morse milestone Jul 23, 2026

@krwg krwg left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notes:

  • Only main/index.js was truncated; other main modules pass node --check.

@krwg
krwg merged commit c737b7e into main Jul 23, 2026
1 check passed
@krwg
krwg deleted the 2.0.0/issue-52-fix-open-external-regex branch July 23, 2026 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: restore open-external https regex (app won't start)

1 participant