Skip to content
New issue

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

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

Already on GitHub? # to your account

lib: removed redundant checking of bad importModuleDynamically throwing ERR_VM_MODULE_NOT_MODULE #24201

Closed
wants to merge 1 commit into from

Conversation

alyssaq
Copy link
Contributor

@alyssaq alyssaq commented Nov 6, 2018

ERR_VM_MODULE_NOT_MODULE error is already checked in linkingStatusMap.get.
Thrown in source_text_module.js#L188
Tests are in #24161

  • make -j4 test (UNIX) passes
  • commit message follows [commit guidelines]

@nodejs-github-bot nodejs-github-bot added the vm Issues and PRs related to the vm subsystem. label Nov 6, 2018
ERR_VM_MODULE_NOT_MODULE error is already checked in linkingStatusMap.
Thrown in L186: lib/internal/vm/source_text_module.js
@alyssaq alyssaq changed the title lib: removed redundant checking of bad importModuleDynamically in vm.js lib: removed redundant checking of bad importModuleDynamically throwing ERR_VM_MODULE_NOT_MODULE Nov 6, 2018
@alyssaq alyssaq closed this Nov 6, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
vm Issues and PRs related to the vm subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants