File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
"observable-fns" : " ^0.5.1"
73
73
},
74
74
"devDependencies" : {
75
+ "@rollup/plugin-commonjs" : " ^16.0.0" ,
76
+ "@rollup/plugin-node-resolve" : " ^10.0.0" ,
75
77
"@types/chai" : " ^4.2.14" ,
76
78
"@types/debug" : " ^4.1.5" ,
77
79
"@types/execa" : " ^2.0.0" ,
88
90
"raw-loader" : " ^4.0.2" ,
89
91
"rimraf" : " ^3.0.2" ,
90
92
"rollup" : " ^2.32.1" ,
91
- "@rollup/plugin-commonjs" : " ^16.0.0" ,
92
- "@rollup/plugin-node-resolve" : " ^10.0.0" ,
93
93
"threads-plugin" : " ^1.3.3" ,
94
94
"tiny-worker" : " ^2.2.0" ,
95
95
"ts-loader" : " ^8.0.7" ,
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ class WorkerPool<ThreadType extends Thread> implements Pool<ThreadType> {
271
271
next ( event ) {
272
272
if ( event . type === PoolEventType . taskQueueDrained ) {
273
273
subscription . unsubscribe ( )
274
- resolve ( )
274
+ resolve ( void 0 )
275
275
}
276
276
} ,
277
277
error : reject // make a pool-wide error reject the completed() result promise
You can’t perform that action at this time.
0 commit comments