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

ci: fix compilation of term.ui examples on windows

This commit is contained in:
Delyan Angelov
2021-01-26 19:26:05 +02:00
parent 4e2b908f21
commit dd96852515
3 changed files with 19 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ pub fn init(cfg Config) &Context {
return &Context{}
}
pub fn (mut ctx Context) run() {
pub fn (mut ctx Context) run() ? {
panic(not_implemented_yet)
}