Commit 8828b34
committed
fix(monitoring): use correct type for process.emit in cleanup
The previous type assertion was incorrect and could cause runtime errors. Using NodeJS.EventEmitter ensures proper type safety when emitting events.1 parent ffcbbf2 commit 8828b34
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments