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

Allow to pass empty string to programPath. #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

levz0r
Copy link

@levz0r levz0r commented Jun 15, 2019

I ran into a problem when using pkg. As known, pkg packages all JS source files and creates an executable file. It also sets the process.execPath in run-time to the full path of the executable file. If one wants to run the said executable as an os-service - programPath should not be set (in contrast, when we want to start the service using nodejs, both nodePath and programPath must be set to work properly.
Hence the PR.

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.

None yet

1 participant