Skip to content

Commit

Permalink
Do no need to read protoc output after exit (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
flcl42 authored Feb 29, 2024
1 parent 8790a9a commit 0376716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libp2p/Libp2p.Generators.Protobuf/ProtobufGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public void Execute(GeneratorExecutionContext context)
string errorLogs = cmd.StandardError.ReadToEnd();
throw new ApplicationException(errorLogs);
}
string output = cmd.StandardOutput.ReadToEnd();
}
}
catch (Exception e)
Expand Down

0 comments on commit 0376716

Please sign in to comment.