Skip to content
Snippets Groups Projects
Commit 75c693c6 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Return a negative exit code for invalid configurations.

Refers to #28
parent 7b9ba650
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ namespace ATxConfigTest
}
catch (Exception ex) {
Console.WriteLine(ex);
Environment.ExitCode = -1;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment