Loading browser/components/migration/ChromeMigrationUtils.sys.mjs +1 −4 Original line number Diff line number Diff line Loading @@ -342,10 +342,7 @@ export var ChromeMigrationUtils = { if (rootDir == SNAP_REAL_HOME) { targetPath = Services.env.get("SNAP_REAL_HOME"); } else if ( rootDir === "Home" && Services.env.get("BB_ORIGINAL_HOME") ) { } else if (rootDir === "Home" && Services.env.get("BB_ORIGINAL_HOME")) { targetPath = Services.env.get("BB_ORIGINAL_HOME"); } else { targetPath = Services.dirsvc.get(rootDir, Ci.nsIFile).path; Loading Loading
browser/components/migration/ChromeMigrationUtils.sys.mjs +1 −4 Original line number Diff line number Diff line Loading @@ -342,10 +342,7 @@ export var ChromeMigrationUtils = { if (rootDir == SNAP_REAL_HOME) { targetPath = Services.env.get("SNAP_REAL_HOME"); } else if ( rootDir === "Home" && Services.env.get("BB_ORIGINAL_HOME") ) { } else if (rootDir === "Home" && Services.env.get("BB_ORIGINAL_HOME")) { targetPath = Services.env.get("BB_ORIGINAL_HOME"); } else { targetPath = Services.dirsvc.get(rootDir, Ci.nsIFile).path; Loading