mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 13:28:11 +01:00
Spelling 'refactoring'.
This commit is contained in:
@@ -949,7 +949,7 @@ IO.expandPath = function (path, relative)
|
|||||||
// Try $HOME first, on all systems
|
// Try $HOME first, on all systems
|
||||||
let home = services.get("environment").get("HOME");
|
let home = services.get("environment").get("HOME");
|
||||||
|
|
||||||
// Windows has its own ideosyncratic $HOME variables.
|
// Windows has its own idiosyncratic $HOME variables.
|
||||||
if (!home && WINDOWS)
|
if (!home && WINDOWS)
|
||||||
home = services.get("environment").get("USERPROFILE") ||
|
home = services.get("environment").get("USERPROFILE") ||
|
||||||
services.get("environment").get("HOMEDRIVE") + services.get("environment").get("HOMEPATH");
|
services.get("environment").get("HOMEDRIVE") + services.get("environment").get("HOMEPATH");
|
||||||
|
|||||||
Reference in New Issue
Block a user