mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: migrate to the new Option (p. 1) (#8924)
This commit is contained in:
@@ -148,7 +148,7 @@ fn (mut context Context) parse_options() {
|
||||
scripting.set_verbose(true)
|
||||
}
|
||||
commands := fp.finalize() or {
|
||||
eprintln('Error: ' + err)
|
||||
eprintln('Error: $err')
|
||||
exit(1)
|
||||
}
|
||||
context.commands = context.expand_all_commands(commands)
|
||||
|
||||
Reference in New Issue
Block a user