1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

term.ui, vweb, v: update deprecated functions (#18726)

This commit is contained in:
Turiiya
2023-07-02 08:38:33 +02:00
committed by GitHub
parent 5d4c2cd832
commit a27f2ddcc3
18 changed files with 32 additions and 32 deletions

View File

@@ -91,5 +91,5 @@ fn main() {
hide_cursor: true
frame_rate: 60
)
app.tui.run()?
app.tui.run()!
}