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:
@ -177,7 +177,7 @@ ${flag.space}to script it/run it in a restrictive vps/docker.
|
||||
context.vc_repo_url = os.real_path(context.vc_repo_url)
|
||||
}
|
||||
commits := fp.finalize() or {
|
||||
eprintln('Error: ' + err)
|
||||
eprintln('Error: $err')
|
||||
exit(1)
|
||||
}
|
||||
for commit in commits {
|
||||
|
Reference in New Issue
Block a user