mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-22 23:29:18 +03:00
15 lines
262 B
Diff
15 lines
262 B
Diff
diff --git a/src/main.ts b/src/main.ts
|
|
index ff9a5e8..6fb7fd2 100644
|
|
--- a/src/main.ts
|
|
+++ b/src/main.ts
|
|
@@ -467,6 +467,9 @@ function configureCrashReporter(): void {
|
|
}
|
|
}
|
|
}
|
|
+ else {
|
|
+ return;
|
|
+ }
|
|
}
|
|
|
|
// Start crash reporter for all processes
|