mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
fix: sern emitter err (#358)
* prep for fix * fix ? (not tested * fix error event not emitting payload
This commit is contained in:
@@ -10,7 +10,7 @@ export class DefaultErrorHandling implements ErrorHandling {
|
||||
throw err;
|
||||
}
|
||||
|
||||
#keepAlive = 5;
|
||||
#keepAlive = 1;
|
||||
|
||||
updateAlive(err: Error) {
|
||||
this.#keepAlive--;
|
||||
|
||||
Reference in New Issue
Block a user