Skip to content

Commit

Permalink
try disable crash reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
x17jiri committed Oct 4, 2024
1 parent 746894b commit 30deddb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@ function parseCLIArgs() {
'disable-chromium-sandbox',
],
default: {
'sandbox': true
'sandbox': true,
'disable-crash-reporter': true,
'disable-telemetry': true,
},
alias: {
'no-sandbox': 'sandbox'
Expand Down

0 comments on commit 30deddb

Please sign in to comment.