Fallback to USERPROFILE environment variable
This commit is contained in:
parent
4140b9e6fd
commit
17ef33808a
@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
HOME: process.env.HOME + "/.shout",
|
||||
HOME: (process.env.HOME || process.env.USERPROFILE) + "/.shout",
|
||||
getConfig: getConfig
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user