Add fixes to webapp

This commit is contained in:
2025-09-30 23:03:40 -05:00
parent 0b51a04bfa
commit 2d613e9aac
3 changed files with 14 additions and 4 deletions

View File

@@ -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}.");