crash-reporter.patch 293 B

12345678910111213
  1. diff --git a/src/main.js b/src/main.js
  2. index 19dde20..d9611f2 100644
  3. --- a/src/main.js
  4. +++ b/src/main.js
  5. @@ -409,6 +409,8 @@ function configureCrashReporter() {
  6. argv.splice(endOfArgsMarkerIndex, 0, '--crash-reporter-id', crashReporterId);
  7. }
  8. }
  9. + } else {
  10. + return;
  11. }
  12. }