Fix ModuloBox E0046 error and add null literal support

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-15 07:29:52 +00:00
parent 426571db5e
commit aae81ec4d5
9 changed files with 205 additions and 1 deletions

View File

@ -166,7 +166,7 @@ static box Main {
me.console = new ConsoleBox()
me.console.log("🚀 Starting Tinyproxy Nyash - Phase 10.1")
local result = statics.ProxyServer.main()
local result = ProxyServer.main()
me.console.log("🏁 Proxy result: " + result)
return "Phase 10.1 Complete"