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:
parent
9609ed39c3
commit
0c049008c1
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Conn {
|
|||
value: rid,
|
||||
});
|
||||
ObjectDefineProperty(this, internalFdSymbol, {
|
||||
_proto_: null,
|
||||
__proto__: null,
|
||||
enumerable: false,
|
||||
value: fd,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue