mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 02:45:56 +08:00
fix: allow redefine Function.prototype.toString
This commit is contained in:
parent
6a1f391339
commit
a2f810cce6
@ -230,7 +230,7 @@ const DONT_MESS_WITH_THE_FUNDAMENTALS = `
|
||||
get: ()=> fnToStringDesc.value,
|
||||
set: ()=> 'Dont mess with this',
|
||||
writeable: true,
|
||||
configurable: false,
|
||||
configurable: true,
|
||||
enumerable: false,
|
||||
});
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user