Remove Chakra check as they've resolve their 'vm' issue.

This commit is contained in:
John-David Dalton
2015-08-27 10:39:23 -07:00
parent 64512ee2ae
commit 5a5e0363c2

View File

@@ -445,9 +445,6 @@
// Add other realm values from the `vm` module.
_.attempt(function() {
if (process.jsEngine === 'chakra') {
return;
}
_.extend(_, require('vm').runInNewContext([
'(function() {',
' var object = {',