jeff-zucker / solid-auth-cli

a node/command-line Solid client with persistent login
MIT License
10 stars 8 forks source link

Better way to get User Home Directory #12

Closed CxRes closed 4 years ago

CxRes commented 4 years ago

The home directory is fetched using the native OS module method. This fixes problems on Windows where process.env.HOME is undefined.

jeff-zucker commented 4 years ago

Excellent! Thanks so much for your sharp eye!

CxRes commented 4 years ago

Your welcome! Please look at my other issues when you can (involving @solid/cli and solid-file-client)...