kennu / cwtail

CloudWatch Logs Tail
86 stars 14 forks source link

Fix user's home path problem for Windows #6

Closed hoonoh closed 7 years ago

hoonoh commented 7 years ago

cwtail throws error if called from drives other that c: under Windows while retrieving AWS user profile. Changing process.env.HOMEPATH to os.homedir() should fix this problem.