Live video on the AT Protocol
at next 14 lines 832 B view raw
1diff --git a/internals/make-built-in.js b/internals/make-built-in.js 2index 5743098512709bd30083b9c1c7c2b4271a248238..edd8cbfd0a59ad050435642bf57ebb0305545ab5 100644 3--- a/internals/make-built-in.js 4+++ b/internals/make-built-in.js 5@@ -50,6 +50,6 @@ var makeBuiltIn = module.exports = function (value, name, options) { 6 7 // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative 8 // eslint-disable-next-line no-extend-native -- required 9-Function.prototype.toString = makeBuiltIn(function toString() { 10- return isCallable(this) && getInternalState(this).source || inspectSource(this); 11-}, 'toString'); 12+// Function.prototype.toString = makeBuiltIn(function toString() { 13+// return isCallable(this) && getInternalState(this).source || inspectSource(this); 14+// }, 'toString');