crash-reporter.patch 262 B

1234567891011121314
  1. diff --git a/src/main.ts b/src/main.ts
  2. index ff9a5e8..6fb7fd2 100644
  3. --- a/src/main.ts
  4. +++ b/src/main.ts
  5. @@ -467,6 +467,9 @@ function configureCrashReporter(): void {
  6. }
  7. }
  8. }
  9. + else {
  10. + return;
  11. + }
  12. }
  13. // Start crash reporter for all processes