Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in execpath.ts #2

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Fix bug in execpath.ts #2

merged 1 commit into from
Sep 9, 2024

Conversation

benjamin-wilkins
Copy link
Contributor

A small bug fix - execpath.ts was using process.execPath() instead of process.execPath in Bun and Node. Also, execPath's return type was set to Promise<string> when it should have been string.

@Hexagon Hexagon merged commit df31065 into cross-org:main Sep 9, 2024
4 checks passed
@Hexagon
Copy link
Member

Hexagon commented Sep 9, 2024

Nice 👍

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