File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ The `TCPSERVERWRAP` is the server which receives the connections.
284
284
The ` TCPWRAP ` is the new connection from the client. When a new
285
285
connection is made, the ` TCPWrap ` instance is immediately constructed. This
286
286
happens outside of any JavaScript stack. (An ` executionAsyncId() ` of ` 0 ` means
287
- that it is being executed from C++ with no JavaScript stack above it). With only
287
+ that it is being executed from C++ with no JavaScript stack above it.) With only
288
288
that information, it would be impossible to link resources together in
289
289
terms of what caused them to be created, so ` triggerAsyncId ` is given the task
290
290
of propagating what resource is responsible for the new resource's existence.
You can’t perform that action at this time.
0 commit comments