mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
No need to cancel error reporting
This commit is contained in:
parent
824ea07ab2
commit
9ebebfd0ef
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue