Skip to content

fix: add missing shebang to analyze-patterns.mjs#59

Merged
RajjjAryan merged 1 commit into
RajjjAryan:mainfrom
Raj2503:fix/55-analyze-patterns-shebang
Apr 10, 2026
Merged

fix: add missing shebang to analyze-patterns.mjs#59
RajjjAryan merged 1 commit into
RajjjAryan:mainfrom
Raj2503:fix/55-analyze-patterns-shebang

Conversation

@Raj2503

@Raj2503 Raj2503 commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

Description

Every other .mjs script in the repo has this shebang, but analyze-patterns.mjs starts directly with a JSDoc comment, preventing direct execution (./analyze-patterns.mjs).

Related Issue

Closes #55

Changes

Checklist

  • Tests pass locally (node test-all.mjs)
  • No hardcoded paths
  • No personal data
  • Commit messages follow conventional commits

Every other .mjs script has #!/usr/bin/env node except this one,
preventing direct execution (./analyze-patterns.mjs).

Closes RajjjAryan#55

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

@RajjjAryan RajjjAryan left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

LGTM! Clean one-liner fix for consistency. All .mjs scripts now have the shebang.

@RajjjAryan RajjjAryan merged commit bd7e0dc into RajjjAryan:main Apr 10, 2026
8 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.

analyze-patterns.mjs: Missing shebang line

2 participants