Skip to content

Commit e6e3872

Browse files
abcdefg30pchote
authored andcommitted
Improve the .exe not found error messages
1 parent 00e04d1 commit e6e3872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function Check-Command
135135
}
136136
else
137137
{
138-
echo "OpenRA.StyleCheck.exe could not be found. Build the project first using the `"all`" command."
138+
echo "$styleCheckPath could not be found. Build the project first using the `"all`" command."
139139
}
140140
}
141141

@@ -190,7 +190,7 @@ function FindMSBuild
190190

191191
function UtilityNotFound
192192
{
193-
echo "OpenRA.Utility.exe could not be found. Build the project first using the `"all`" command."
193+
echo "$utilityPath could not be found. Build the project first using the `"all`" command."
194194
}
195195

196196
function WaitForInput

0 commit comments

Comments
 (0)