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 init stack regex setup with latest Node master #211

Merged
merged 1 commit into from
Mar 29, 2019

Conversation

goto-bus-stop
Copy link
Contributor

I guess the new --experimental-modules implementation changed this
behaviour. Doing node --experimental-modules ./no-extension doesn't
do extension probing now, so we have to spell out the .js.

I guess the new --experimental-modules implementation changed this
behaviour. Doing `node --experimental-modules ./no-extension` doesn't
do extension probing now, so we have to spell out the `.js`.
Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@mcollina mcollina merged commit a5ddc9d into davidmarkclements:master Mar 29, 2019
@goto-bus-stop goto-bus-stop deleted the fix/loading-stacks branch March 29, 2019 15:51
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