mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
builtin: simplify MessageError.msg() (#21524)
This commit is contained in:
parent
c8bf38ccb3
commit
3a3a1085cf
9 changed files with 29 additions and 15 deletions
|
@ -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{}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue