mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +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.
|
||||
_.attempt(function() {
|
||||
if (process.jsEngine == 'chakra') {
|
||||
if (process.jsEngine === 'chakra') {
|
||||
return;
|
||||
}
|
||||
_.extend(_, require('vm').runInNewContext([
|
||||
|
||||
Reference in New Issue
Block a user