mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Remove Chakra check as they've resolve their 'vm' issue.
This commit is contained in:
@@ -445,9 +445,6 @@
|
|||||||
|
|
||||||
// Add other realm values from the `vm` module.
|
// Add other realm values from the `vm` module.
|
||||||
_.attempt(function() {
|
_.attempt(function() {
|
||||||
if (process.jsEngine === 'chakra') {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
_.extend(_, require('vm').runInNewContext([
|
_.extend(_, require('vm').runInNewContext([
|
||||||
'(function() {',
|
'(function() {',
|
||||||
' var object = {',
|
' var object = {',
|
||||||
|
|||||||
Reference in New Issue
Block a user