diff --git a/lodash.js b/lodash.js index 1511149b3..0d4d06851 100644 --- a/lodash.js +++ b/lodash.js @@ -11208,7 +11208,7 @@ */ function isNative(value) { if (isMaskable(value)) { - throw Error('This method is not supported with core-js. Try https://github.com/es-shims.'); + throw new Error('This method is not supported with core-js. Try https://github.com/es-shims.'); } return baseIsNative(value); }