Init
This commit is contained in:
parent
23e6bcf395
commit
69d36dc205
|
@ -56,6 +56,7 @@ routeServer.Add("/",async(ctx)=>{
|
||||||
{
|
{
|
||||||
p.StandardInput.Write(json);
|
p.StandardInput.Write(json);
|
||||||
p.StandardInput.Flush();
|
p.StandardInput.Flush();
|
||||||
|
p.StandardInput.Close();
|
||||||
if(!p.HasExited) p.WaitForExit();
|
if(!p.HasExited) p.WaitForExit();
|
||||||
int statusCode=p.ExitCode;
|
int statusCode=p.ExitCode;
|
||||||
switch(statusCode)
|
switch(statusCode)
|
||||||
|
|
Loading…
Reference in New Issue