Skip to content

Commit c5ac74a

Browse files
authored
Update thread-pool.js
1 parent de07d52 commit c5ac74a

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)