Skip to content

fix: Syntax error: "(" unexpected. - #12

Open
webbrain-one wants to merge 1 commit into
Armadillidiid:mainfrom
webbrain-one:webbrain/issue-4
Open

webbrain-one wants to merge 1 commit into
Armadillidiid:mainfrom
webbrain-one:webbrain/issue-4

Conversation

@webbrain-one

Copy link
Copy Markdown

Closes #4

Running the CLI directly caused a "Syntax error: '(' unexpected"
because the shell attempted to parse the JavaScript file instead
of executing it with Node. Added `#!/usr/bin/env node` to the
bin entry point to ensure proper interpreter detection.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

Syntax error: "(" unexpected.

2 participants