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

Troubleshoot Windows Bundle Failure #1115

Closed

Conversation

CharlesTaylor7
Copy link
Collaborator

No description provided.

@CharlesTaylor7 CharlesTaylor7 changed the title Troubleshoot Windows Bundle Failure Fix: Error message when purs is not on path Nov 13, 2023
@CharlesTaylor7 CharlesTaylor7 deleted the windows-bundle-failure-minimal-reproduction branch November 13, 2023 16:29
@CharlesTaylor7 CharlesTaylor7 changed the title Fix: Error message when purs is not on path Troubleshoot Windows Bundle Failure Nov 13, 2023
@@ -118,7 +118,7 @@ getExecutable command =
Right r -> pure { cmd: cmd1, output: r.stdout }
Left err' -> do
let cmd2 = mkCmd command Nothing
logDebug [ "Failed to find purs.cmd. Trying with just purs...", show err' ]
logDebug [ "Failed to find ", command, ".cmd. Trying with just purs...", show err' ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'll want this change merged or this log will be very confusing 😄

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