update dialogic
This commit is contained in:
parent
d23502591a
commit
13554b6a3c
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ static func set_json(path: String, data: Dictionary):
|
||||||
var file = File.new()
|
var file = File.new()
|
||||||
var err = file.open(path, File.WRITE)
|
var err = file.open(path, File.WRITE)
|
||||||
if err == OK:
|
if err == OK:
|
||||||
file.store_line(to_json(data))
|
file.store_line(JSON.print(data, '\t', true))
|
||||||
file.close()
|
file.close()
|
||||||
return err
|
return err
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue