mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-23 16:37:26 +03:00
14 lines
293 B
Diff
14 lines
293 B
Diff
|
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;
|
||
|
}
|
||
|
}
|
||
|
|