summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-electron_spec_fixtures_api_crash-restart.html
blob: 560ff344917b9ed1f36c0521cc0224da02c90909 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/fixtures/api/crash-restart.html.orig	2019-12-13 19:48:14 UTC
+++ electron/spec/fixtures/api/crash-restart.html
@@ -19,7 +19,7 @@ crashReporter.start({
 })
 
 setImmediate(() => {
-  if (process.platform !== 'linux') {
+  if (process.platform !== 'linux' && process.platform !== 'freebsd') {
     crashReporter.addExtraParameter('extra2', 'extra2')
     crashReporter.removeExtraParameter('extra3')
   } else {