mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
replace use of encode_value in vls with encode
This commit is contained in:
parent
7fdcb0e130
commit
719b1e23e8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ fn (upd VlsUpdater) update_manifest(new_path string, from_source bool, timestamp
|
|||
|
||||
mut buffer := []u8{}
|
||||
|
||||
json_enc.encode_value(manifest, mut buffer)!
|
||||
json2.encode(manifest, mut buffer)!
|
||||
|
||||
manifest_file.write(buffer)!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue