smoke - enable crash reporter (#152041)

* smoke - enable crash reporter

* nix da only!
This commit is contained in:
Benjamin Pasero
2022-06-14 14:52:29 +02:00
committed by GitHub
parent 037af4beaf
commit 1ba0e7b601
6 changed files with 40 additions and 8 deletions
+1
View File
@@ -24,6 +24,7 @@ export interface LaunchOptions {
readonly extensionsPath: string;
readonly logger: Logger;
logsPath: string;
crashesPath: string;
readonly verbose?: boolean;
readonly extraArgs?: string[];
readonly remote?: boolean;