From 3bd4ee6968e866ad13694693027d8f6a684ca4db Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 19 Feb 2020 20:02:31 +0000 Subject: Add atom 1.44.0, hackable text editor for the 21st century. Many thanks to the maintainer Hiroki for his very appreciated work on it. --- editors/atom/files/patch-script_lib_dump-symbols.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/atom/files/patch-script_lib_dump-symbols.js (limited to 'editors/atom/files/patch-script_lib_dump-symbols.js') diff --git a/editors/atom/files/patch-script_lib_dump-symbols.js b/editors/atom/files/patch-script_lib_dump-symbols.js new file mode 100644 index 000000000000..fcfe0f9d3515 --- /dev/null +++ b/editors/atom/files/patch-script_lib_dump-symbols.js @@ -0,0 +1,14 @@ +--- script/lib/dump-symbols.js.orig 2019-10-21 17:33:40 UTC ++++ script/lib/dump-symbols.js +@@ -6,9 +6,9 @@ const path = require('path'); + + const CONFIG = require('../config'); + module.exports = function() { +- if (process.platform === 'win32') { ++ if (process.platform === 'win32' || process.platform === 'freebsd') { + console.log( +- 'Skipping symbol dumping because minidump is not supported on Windows' ++ 'Skipping symbol dumping because minidump is not supported on Windows or FreeBSD' + .gray + ); + return Promise.resolve(); -- cgit v1.2.3