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

Use same node when shelling out to jsdoc #1031

Closed
wants to merge 1 commit into from

Commits on Apr 27, 2018

  1. Use same node when shelling out to jsdoc

    Right now we assume that the node in the process.env['PATH'] will be the right one. If the user uses a certain version of node to invoke pbts (or doesn't have node on their PATH) then this does the wrong thing. We should spawn another copy of the same node binary that's already running.
    alexeagle committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    8796738 View commit details
    Browse the repository at this point in the history