Skip to content

Commit 761d901

Browse files
committed
Try to return string vector from Lua
1 parent 02e10aa commit 761d901

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

script.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ ec.callbackCall = function(key, values)
1818
--for value in values do
1919
-- env:print({"some value"})
2020
--end
21-
return values
22-
-- TODO return {"Z", "A"}
21+
return {"Z", "A"}
2322
end
2423

2524
-- Add ec as Environment client.

0 commit comments

Comments
 (0)