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

fmt: id []typ

This commit is contained in:
Zaoqi
2019-06-30 11:06:46 +00:00
committed by Alexander Medvednikov
parent 8d13880cab
commit 437b32fe78
7 changed files with 17 additions and 18 deletions

View File

@@ -696,7 +696,7 @@ fn (c &V) log(s string) {
println(s)
}
fn new_v(args[]string) *V {
fn new_v(args []string) *V {
mut dir := args.last()
if args.contains('run') {
dir = args[2]