vscodium/patches/crash-reporter.patch
2024-10-19 09:18:19 +02:00

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