mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Removed exit, which might solve the "Command executed with exception" at AppVeyor [ci skip]
This commit is contained in:
parent
13f9c143ff
commit
cf75087803
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ try {
|
||||||
$session.Dispose()
|
$session.Dispose()
|
||||||
}
|
}
|
||||||
|
|
||||||
exit 0
|
|
||||||
} catch [Exception] {
|
} catch [Exception] {
|
||||||
Write-Host "Error: "$_.Exception
|
Write-Host "Error: "$_.Exception
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue