Validate exit codes more thoroughly. C'mon, Cory.

This commit is contained in:
2024-04-02 20:32:47 -04:00
parent 9f3171e3f1
commit e50144bd34
3 changed files with 22 additions and 5 deletions

View File

@ -516,7 +516,7 @@ static int _tf_command_run(const char* file, int argc, char* argv[])
if (args.count == 1)
{
_tf_run_task(&args, 0);
result = _tf_run_task(&args, 0);
}
if (args.count > 1)
{