diff options
Diffstat (limited to 'data/helloworld-lua-script.lua')
-rw-r--r-- | data/helloworld-lua-script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/helloworld-lua-script.lua b/data/helloworld-lua-script.lua index 8386bc0..7dd0459 100644 --- a/data/helloworld-lua-script.lua +++ b/data/helloworld-lua-script.lua @@ -37,5 +37,5 @@ -- return two arguments on top of status - return true, 1234, "ABCD" + return true, 1234, "ABCD", 5678 |