feat(1.95): update patches (#2055)

This commit is contained in:
Baptiste Augrain
2024-10-13 20:16:48 +02:00
committed by GitHub
parent 0489bd5ca1
commit 7578449a67
15 changed files with 196 additions and 151 deletions

View File

@@ -1,13 +1,10 @@
diff --git a/src/main.js b/src/main.js
index 19dde20..d9611f2 100644
--- a/src/main.js
+++ b/src/main.js
@@ -409,6 +409,8 @@ function configureCrashReporter() {
argv.splice(endOfArgsMarkerIndex, 0, '--crash-reporter-id', crashReporterId);
}
}
+ } else {
+ return;
diff --git a/src/main.ts b/src/main.ts
index 62ddd5f..a6fc3c5 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -461,2 +461,5 @@ function configureCrashReporter(): void {
}
+ else {
+ return;
+ }
}