-
Notifications
You must be signed in to change notification settings - Fork 24
feat: handle windows specific paths in log-path parameter #512
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
Conversation
44e3dfa
to
ab2f929
Compare
I suspect the issue was that claude nuked your lockfile (it likes to do that). Just reverting the lockfile fixed the build. I'll leave passing the test and lint checks up to you :) |
bdc35ba
to
281fe1a
Compare
281fe1a
to
bd9d1ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine to me, but I am not yet competent to hand out the ✅ of approval so I've asked Asher to take a look 👍
It seems like a reasonable change to me since we already use The issue says we are printing Do we know where the escaped chars came from? |
Oh duh it was using |
I know what happened, |
@code-asher as in 'unit test'? |
Unit test would be ideal yeah! But I think |
Fixes: #430