fix: sern emitter err (#358)

* prep for fix

* fix ? (not tested

* fix error event not emitting payload
This commit is contained in:
Jacob Nguyen
2024-03-18 01:47:14 -05:00
committed by GitHub
parent 2106522812
commit 90e55dfa14
6 changed files with 13 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ export class DefaultErrorHandling implements ErrorHandling {
throw err;
}
#keepAlive = 5;
#keepAlive = 1;
updateAlive(err: Error) {
this.#keepAlive--;