Skip to content

Commit

Permalink
- Update onError
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Oct 31, 2024
1 parent 54cbc7b commit eabda8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zframework/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ if JS then
]]
),
function(data) print("In callback: " .. data); res=data end,
function(_, error) print("Error: "..error); res="" end
function(_, error) print("Error: ", error); res="" end
)
print("PASTE")
repeat
Expand Down

0 comments on commit eabda8f

Please sign in to comment.