Skip to content

Commit

Permalink
Fix error text in output pane when input is requested
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed May 29, 2024
1 parent 5fd0fde commit b2d2f9d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ private async Task OnProcessOutputReceived(string raw)
{
await stdInput.WriteLineAsync(input);
}

return;
}

string type;
Expand Down

0 comments on commit b2d2f9d

Please sign in to comment.