mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
11 lines
203 B
Diff
11 lines
203 B
Diff
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;
|
|
+ }
|
|
}
|