Commit Graph

3 Commits

Author SHA1 Message Date
c3ccf1ee2b Fix logging levels (#29) 2024-07-21 11:02:12 -04:00
bfcb0e675e Provide more context on mkdir failures (#28)
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.
2024-07-20 21:29:49 -04:00
31cb732f06 Import from https://github.com/GothenburgBitFactory/taskwarrior
Specifically, from f89cc35a4aa8b928cc63502f3dde4d47447b5551, with
addition of README.md, CONTRIBUTING.md, and a few other ancillary files.
2024-04-07 21:43:46 -04:00