Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check if log directory exists before writing logs (#17)
Previously, if we found the user's workspace, we would just assume that the `.trunk/logs` directory exists. This PR adds a check for the directory. If it does not exist, we write logs to a temp file instead. Fixes #16.
- Loading branch information