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: bin path and add test for binary #3

Merged
merged 3 commits into from
Jul 27, 2021
Merged

fix: bin path and add test for binary #3

merged 3 commits into from
Jul 27, 2021

Conversation

willemneal
Copy link
Contributor

No description provided.

@willemneal willemneal linked an issue Jul 26, 2021 that may be closed by this pull request
npm/run.js Outdated
@@ -5,7 +5,7 @@ const join = require("path").join;
const fs = require("fs");

const binary = getBinary();
const binPath = join(binary.installDirectory, "bin", binary.name);
const binPath = binary.binaryPath
Copy link
Member

Choose a reason for hiding this comment

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

missing semicolon?

Copy link
Member

@ChaoticTempest ChaoticTempest left a comment

Choose a reason for hiding this comment

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

Nice! Thanks for the quick fix!

@willemneal willemneal merged commit b08ef35 into main Jul 27, 2021
chadoh added a commit that referenced this pull request Aug 4, 2021
* main:
  v0.0.4
  fix: bin path and add test for binary  (#3)
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.

Can't install near-sandbox on WSL2
2 participants