summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-electron_spec_fixtures_module_crash.js
blob: e48d962649dbfc46b52346aba698de720a732286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/fixtures/module/crash.js.orig	2020-03-24 05:00:48 UTC
+++ electron/spec/fixtures/module/crash.js
@@ -10,7 +10,7 @@ process.crashReporter.start({
   }
 });
 
-if (process.platform !== 'linux') {
+if (process.platform !== 'linux' && process.platform !== 'freebsd') {
   process.crashReporter.addExtraParameter('newExtra', 'newExtra');
   process.crashReporter.addExtraParameter('removeExtra', 'removeExtra');
   process.crashReporter.removeExtraParameter('removeExtra');