builtin: simplify MessageError.msg() (#21524)

This commit is contained in:
Delyan Angelov 2024-05-18 22:36:24 +03:00 committed by GitHub
parent c8bf38ccb3
commit 3a3a1085cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 29 additions and 15 deletions

View file

@ -30,7 +30,6 @@ fn main() {
}
http_port := os.args[1].int()
assert http_port > 0
timeout := os.args[2].int()
mut app_dup := &App{
controllers: [
vweb.controller('/admin', &Admin{}),