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:
committed by
Alexander Medvednikov
parent
8d13880cab
commit
437b32fe78
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user