-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
We've just ran in to an issue where .config as actually a configuration file for a different application causing the workshopper to fail with ENOTADIRFUCKYOU error message. It would be nice to handle these problems more gracefully by either falling back to a different configuration folder name or allowing users to specify the configuration folder with like --config CLI flag.
Affected lines:
Lines 39 to 40 in 4d277b0
| this.globalDataDir = util.userDir('.config', 'workshopper') | |
| this.dataDir = util.userDir('.config', this.appName) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels