Skip to content

Commit c0fc067

Browse files
W-A-Jamesnbbeeken
authored andcommitted
Fix operation count
1 parent a6156bc commit c0fc067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sdam/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ export class Server extends TypedEventEmitter<ServerEvents> {
327327
} catch (checkoutError) {
328328
if (!(checkoutError instanceof PoolClearedError)) this.handleError(checkoutError);
329329

330+
this.decrementOperationCount();
330331
throw checkoutError;
331332
}
332333
}

0 commit comments

Comments
 (0)