Fix period

This commit is contained in:
Ethan Chiu
2020-07-08 10:52:36 -04:00
parent b6526db74e
commit 3836574cce

View File

@@ -291,7 +291,7 @@ namespace GitHub.Runner.Worker.Handlers
// Error
if (exitCode != 0)
{
ExecutionContext.Error($"Process completed with exit code {exitCode}");
ExecutionContext.Error($"Process completed with exit code {exitCode}.");
ExecutionContext.Result = TaskResult.Failed;
}
}