summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-electron_spec_fixtures_module_crash.js
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron7/files/patch-electron_spec_fixtures_module_crash.js')
-rw-r--r--devel/electron7/files/patch-electron_spec_fixtures_module_crash.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron7/files/patch-electron_spec_fixtures_module_crash.js b/devel/electron7/files/patch-electron_spec_fixtures_module_crash.js
deleted file mode 100644
index e48d962649db..000000000000
--- a/devel/electron7/files/patch-electron_spec_fixtures_module_crash.js
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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');