mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Add backticks to error message. [ci skip]
This commit is contained in:
@@ -11216,7 +11216,7 @@
|
||||
*/
|
||||
function isNative(value) {
|
||||
if (isMaskable(value)) {
|
||||
throw new 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user