Skip to content

Commit d616582

Browse files
committed
2 parents d40927b + c5ac74a commit d616582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domain/thread-pool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export class ThreadPool extends EventEmitter {
389389
maxPoolSize () {
390390
return this.maxThreads
391391
}
392-
s
392+
393393
minPoolSize () {
394394
return this.minThreads
395395
}

0 commit comments

Comments
 (0)