Skip to content

fix(relay): replace smart quotes crashing relay on startup#563

Merged
koala73 merged 2 commits intomainfrom
fix/relay-smart-quotes
Feb 28, 2026
Merged

fix(relay): replace smart quotes crashing relay on startup#563
koala73 merged 2 commits intomainfrom
fix/relay-smart-quotes

Conversation

@koala73
Copy link
Owner

@koala73 koala73 commented Feb 28, 2026

PR #562 introduced Unicode smart quotes (U+2018/U+2019) in 3 string literals on lines 348, 353, 356 of ais-relay.cjs. Node.js CJS parser rejects these as SyntaxError: Invalid or unexpected token, crashing the relay on startup.

Replaces all '/' with ASCII '.

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@vercel
Copy link

vercel bot commented Feb 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

4 Skipped Deployments
Project Deployment Actions Updated (UTC)
worldmonitor Ignored Ignored Preview Feb 28, 2026 4:37pm
worldmonitor-finance Ignored Ignored Preview Feb 28, 2026 4:37pm
worldmonitor-happy Ignored Ignored Preview Feb 28, 2026 4:37pm
worldmonitor-startup Ignored Ignored Preview Feb 28, 2026 4:37pm

Request Review

@koala73 koala73 merged commit b1b1db4 into main Feb 28, 2026
5 checks passed
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.

1 participant