Skip to content

Commit

Permalink
Fix bug where errors about missing prerequisites in CLI were not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
tjementum committed Jan 5, 2025
1 parent 7a1bbe7 commit c29c826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion developer-cli/Installation/Prerequisite.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ protected override bool IsValid()
Arguments = Command,
RedirectStandardOutput = true,
RedirectStandardError = true
}
},
exitOnError: false
);

var possibleFileLocations = checkOutput.Split(Environment.NewLine);
Expand Down

0 comments on commit c29c826

Please sign in to comment.