Removed exit, which might solve the "Command executed with exception" at AppVeyor [ci skip]

This commit is contained in:
RKrom 2014-06-17 18:11:30 +02:00
commit cf75087803

View file

@ -74,7 +74,6 @@ try {
$session.Dispose()
}
exit 0
} catch [Exception] {
Write-Host "Error: "$_.Exception
exit 1