mirror of
https://github.com/netchx/netch.git
synced 2026-04-03 19:35:10 +08:00
细节修缮
This commit is contained in:
@@ -205,7 +205,7 @@ namespace Netch.Controllers
|
||||
|
||||
public override void OnOutputDataReceived(object sender, DataReceivedEventArgs e)
|
||||
{
|
||||
if (!WriteLog(e)) return;
|
||||
if (!Write(e.Data)) return;
|
||||
if (State == State.Starting)
|
||||
{
|
||||
if (Instance.HasExited)
|
||||
|
||||
Reference in New Issue
Block a user