mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Use strict equality check since its type isn't guaranteed.
This commit is contained in:
@@ -542,7 +542,7 @@
|
|||||||
|
|
||||||
// Add other realm values from the `vm` module.
|
// Add other realm values from the `vm` module.
|
||||||
_.attempt(function() {
|
_.attempt(function() {
|
||||||
if (process.jsEngine == 'chakra') {
|
if (process.jsEngine === 'chakra') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_.extend(_, require('vm').runInNewContext([
|
_.extend(_, require('vm').runInNewContext([
|
||||||
|
|||||||
Reference in New Issue
Block a user