mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2026-01-01 00:46:42 +01:00
committed by
Phil Scott
parent
884cb8ddd4
commit
5f97f2300c
@@ -12,7 +12,7 @@ namespace Spectre.Console.Testing
|
||||
|
||||
public async Task<T> Run<T>(Func<Task<T>> func)
|
||||
{
|
||||
return await func();
|
||||
return await func().ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user