We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a025617 commit a17b82eCopy full SHA for a17b82e
1 file changed
index.js
@@ -67,7 +67,7 @@ class WaitQueue extends EventEmitter{
67
})
68
.then((item)=>{
69
if(this.terminated){
70
- throw new TerminateError('AwaitQueue Terminate')
+ throw new TerminateError('WaitQueue Terminate')
71
}
72
return item
73
@@ -84,7 +84,7 @@ class WaitQueue extends EventEmitter{
84
85
86
87
88
89
90
0 commit comments