mirror of
https://git.tesses.org/tesses50/crosslangextras.git
synced 2026-06-01 18:35:32 +00:00
Add fixes to webapp
This commit is contained in:
@@ -35,4 +35,7 @@ func Tesses.CrossLang.Shell.WebAppTest(dd)
|
||||
|
||||
|
||||
Net.Http.ListenSimpleWithLoop(res, port);
|
||||
|
||||
res.Close();
|
||||
return 0;
|
||||
}
|
||||
@@ -44,6 +44,8 @@ func Tesses.CrossLang.Shell.WebApp(dd)
|
||||
|
||||
|
||||
Net.Http.ListenSimpleWithLoop(res, port);
|
||||
res.Close();
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
Console.WriteLine($"Could not find web application with name {toolname}.");
|
||||
|
||||
Reference in New Issue
Block a user