Add a .NET update todo

This commit is contained in:
Jordan Dominion
2023-07-12 23:35:48 -04:00
parent 772e884e8d
commit 0e4372639d
@@ -201,6 +201,9 @@ namespace Tgstation.Server.Host.System
bool outputOpen = true, errorOpen = true;
async Task<string> GetNextLine()
{
#if NET7_0_OR_GREATER
#error ReadLineAsync supports cancellation now
#endif
if (outputOpen && outputReadTask == null)
outputReadTask = stdOutHandle.ReadLineAsync();