This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
Small patch to improve error handling in loadFile
when using ES modules. Before it swallowed the actual error that occurred, showing a generic "cannot use import statement outside a file" error, but now it should show the actual problem that occurred.