From 0dd44e9ca1514cd5924135e5fe0dd9fa6dfb772a Mon Sep 17 00:00:00 2001 From: Victor Yon Date: Tue, 14 Jan 2020 11:32:28 +0100 Subject: [PATCH] Add comment about the fix --- src/background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/background.js b/src/background.js index 05c2377..14228c2 100644 --- a/src/background.js +++ b/src/background.js @@ -14,6 +14,7 @@ import { ApiEquivalenceSim } from './deepsec-api/ApiEquivalenceSim' import { refreshApiPath } from './util/refreshApiPath' import fixPath from 'fix-path' +// Fix system path for packaged MacOS (https://stackoverflow.com/a/57705752/2666094) fixPath() // Init default logger setupDefaultLogger()