GothenburgBitFactory / taskchampion-sync-server

The sync server for Taskchampion
MIT License
44 stars 8 forks source link

Provide more context on mkdir failures #28

Closed Necior closed 1 month ago

Necior commented 1 month ago

For example, instead of:

Error: Permission denied (os error 13)

one will get:

Error: Failed to create `/var/lib/taskchampion-sync-server`.

Caused by:
    Permission denied (os error 13)

after this patch is applied.

djmitche commented 1 month ago

Nice!