We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e10aa commit 761d901Copy full SHA for 761d901
1 file changed
script.lua
@@ -18,8 +18,7 @@ ec.callbackCall = function(key, values)
18
--for value in values do
19
-- env:print({"some value"})
20
--end
21
- return values
22
- -- TODO return {"Z", "A"}
+ return {"Z", "A"}
23
end
24
25
-- Add ec as Environment client.
0 commit comments