Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more context on mkdir failures #28

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

Necior
Copy link
Contributor

@Necior Necior commented Jul 21, 2024

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.

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
Copy link
Collaborator

Nice!

@djmitche djmitche merged commit bfcb0e6 into GothenburgBitFactory:main Jul 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants