Skip to content

Commit 70f9675

Browse files
author
Matt Loring
committed
Clean up comments
1 parent 4aaadc0 commit 70f9675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/parallel/test-async-wrap-getasyncid.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ function testInitialized(req, ctor_name) {
6767

6868

6969
{
70-
// TODO: determine the rigth way to expose promise wrap.
70+
// We don't want to expose getAsyncId for promises but we need to construct one
71+
// so that the cooresponding provider type is removed from the providers list.
7172
new Promise((res) => res(5));
7273
}
7374

0 commit comments

Comments
 (0)