Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: GH-178 import error on shebang modules
As of NodeJS 12.16.0, importing modules with shebang declarations failed. This commit checks the first line for shebang declarations and removes them before trying to load the module.
- Loading branch information