mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
feat(1.95): update patches (#2066)
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
diff --git a/src/main.ts b/src/main.ts
|
||||
index 62ddd5f..a6fc3c5 100644
|
||||
index ff9a5e8..6fb7fd2 100644
|
||||
--- a/src/main.ts
|
||||
+++ b/src/main.ts
|
||||
@@ -461,2 +461,5 @@ function configureCrashReporter(): void {
|
||||
@@ -467,6 +467,9 @@ function configureCrashReporter(): void {
|
||||
}
|
||||
}
|
||||
}
|
||||
+ else {
|
||||
+ return;
|
||||
+ }
|
||||
}
|
||||
|
||||
// Start crash reporter for all processes
|
||||
|
||||
Reference in New Issue
Block a user