Skip to content

Commit

Permalink
WIP improve msg
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 12, 2023
1 parent 3b9a99d commit 51dcd70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/configure.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ let initialConfigFile, buildTool =
match Process.VsWhere "MSBuild\\**\\Bin\\MSBuild.exe" with
| None ->
Console.WriteLine "not found"
Console.Error.WriteLine "Error, please install dotnet v6 (or newer), and/or .NET4.x (msbuild)"
Console.Out.Flush()
Console.Error.WriteLine "Error, please install 'dotnet' aka .NET (6.0 or newer), and/or .NETFramework 4.x ('msbuild')"
Environment.Exit 1
failwith "Unreachable"
| Some msbuildPath ->
Expand Down

0 comments on commit 51dcd70

Please sign in to comment.