0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00

fix proto literal

This commit is contained in:
muthu90tech 2025-01-25 23:28:50 +00:00
parent 9609ed39c3
commit 0c049008c1

View file

@ -107,7 +107,7 @@ class Conn {
value: rid,
});
ObjectDefineProperty(this, internalFdSymbol, {
_proto_: null,
__proto__: null,
enumerable: false,
value: fd,
});