Exit code 0 if we were just told to stop by Docker
This commit is contained in:
parent
39fe0b0bca
commit
ed4b1ca1be
1 changed files with 1 additions and 2 deletions
|
@ -50,9 +50,8 @@ namespace DockerExporter
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_log.Error("Unexpected cancellation/timeout halted execution.");
|
_log.Error("Unexpected cancellation/timeout halted execution.");
|
||||||
|
Environment.ExitCode = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
Environment.ExitCode = -1;
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue