No need to cancel error reporting

This commit is contained in:
弘韬 张 2021-02-15 18:27:02 +08:00
parent 824ea07ab2
commit 9ebebfd0ef

View file

@ -213,7 +213,6 @@ namespace Flow.Launcher.Core.Plugin
{
using var standardError = process.StandardError;
var error = await standardError.ReadToEndAsync();
token.ThrowIfCancellationRequested();
if (!string.IsNullOrEmpty(error))
{