mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: updateimport () and []array
This commit is contained in:
@@ -70,7 +70,7 @@ fn main(){
|
||||
exit(0)
|
||||
}
|
||||
|
||||
mut files := []string
|
||||
mut files := []string{}
|
||||
locations := fp.finalize() or { eprintln('Error: ' + err) exit(1) }
|
||||
for xloc in locations {
|
||||
loc := os.real_path(xloc)
|
||||
|
||||
Reference in New Issue
Block a user