Skip to content

modules: Ensure ImportError is an instance of globalThis.Error

Evan Welsh requested to merge ewlsh/fix-error-prototype into master

If we throw the error with the wrong global (e.g. the internal global) then ImportError is no longer an instance of globalThis.Error

Merge request reports