diff --git a/ue4-package.ps1 b/ue4-package.ps1 index ae9a578..9887ab9 100644 --- a/ue4-package.ps1 +++ b/ue4-package.ps1 @@ -250,6 +250,7 @@ try { } catch { Write-Output $_.Exception.Message + Write-Output "~-~-~ UE4 Packaging Helper FAILED ~-~-~" Exit 9 }