diff --git a/static/index.js b/static/index.js index efca711f4..17fa3efc8 100644 --- a/static/index.js +++ b/static/index.js @@ -170,6 +170,10 @@ } var setupAtomHome = function () { + if (process.env.ATOM_HOME) { + return + } + // Ensure ATOM_HOME is always set before anything else is required // This is because of a difference in Linux not inherited between browser and render processes // issue #5142