1234567891011121314 |
- diff --git a/src/main.ts b/src/main.ts
- index ff9a5e8..6fb7fd2 100644
- --- a/src/main.ts
- +++ b/src/main.ts
- @@ -467,6 +467,9 @@ function configureCrashReporter(): void {
- }
- }
- }
- + else {
- + return;
- + }
- }
-
- // Start crash reporter for all processes
|