diff options
Diffstat (limited to 'devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html')
-rw-r--r-- | devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html b/devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html deleted file mode 100644 index f5fa58fca19f..000000000000 --- a/devel/electron6/files/patch-electron_spec_fixtures_api_crash-restart.html +++ /dev/null @@ -1,11 +0,0 @@ ---- electron/spec/fixtures/api/crash-restart.html.orig 2019-12-20 06:13:48 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 { |