这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@bartman
Copy link

@bartman bartman commented Sep 19, 2025

What does this PR do?

There are two ways to run the project, either by pointing "bun" at the source, or by telling the kernel to run the executable file "index.ts". In the latter case the kernel looks at the first line of "index.ts" and finds "#!/usr/bin/env node" but node doesn't know what to with this, and fails to run as we see in issues #79 and #80.

Fixes #

This patch changes "node" to "bun" as the executor of "index.ts". It was reported to have fixed the issue for 2 people:
#80 (comment)

Checklist

  • I tested my changes
  • I reviewed my own code

@homanp
Copy link
Contributor

homanp commented Sep 26, 2025

@bartman thanks for reporting this has been fixed now!

@homanp homanp closed this Sep 26, 2025
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.

2 participants