Merged PR 764217: Fix logic in WorkerService.SayHelloAsync

Fix logic in WorkerService.SayHelloAsync
This commit is contained in:
Marcelo Lynch 🧉 2024-01-30 19:38:33 +00:00
Родитель 2535cde5f0
Коммит d7c5cb5f04
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -325,6 +325,7 @@ namespace BuildXL.Engine.Distribution
{
// If we can't say hello there is no hope for attachment
Exit(failure: $"SayHello call failed. Details: {helloResult.Failure.Describe()}", isUnexpected: true);
return;
}
switch (helloResult.Result)