exit with non zero on error
This commit is contained in:
parent
fda617e439
commit
50d8fdc535
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user