mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
$if fix
This commit is contained in:
parent
1bcccf0d1e
commit
2a2b402277
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ fn new_v(args[]string) *V {
|
|||
}
|
||||
|
||||
fn run_repl() []string {
|
||||
if $windows {
|
||||
$if windows {
|
||||
println('REPL does not work on Windows yet, sorry!')
|
||||
exit1()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue