exit with non zero on error

This commit is contained in:
JenneJ 2015-10-12 10:10:53 +02:00
parent fda617e439
commit 50d8fdc535

View File

@ -137,6 +137,7 @@ Module Main
Catch ex As Exception
logger.Error("================================")
logger.Error("An Error occurred: " & ex.Message)
Environment.Exit(1)
End Try
End Sub