Clearer fail message

This commit is contained in:
Steve Streeting 2020-10-06 16:51:48 +01:00
parent 6d080f7d57
commit 803dbc2cd7

View File

@ -250,6 +250,7 @@ try {
} }
catch { catch {
Write-Output $_.Exception.Message Write-Output $_.Exception.Message
Write-Output "~-~-~ UE4 Packaging Helper FAILED ~-~-~"
Exit 9 Exit 9
} }