Closed ghost closed 10 years ago
Try lua "print("something")" "--[[Nothing]]"
But this shouldnt happen. I'll see if there is an error an make a pull request with a fix
Ehm, did I break pull request merge? I guess it was me. Will merge afternoon, as usual guys - thanks for the fix.
Maybe haha! But I had the same problem, so it could be my mistake (or a change in the commands made by @shakesoda ) but it's fixed now.
Other problem that may arise is passing nil
to the command. This can be fixed and it could be used to display the help of the command (which is not shown with the help
command). If you like the idea I can add it to the pull request.
print(1) works fine for me, closing now
I am assuming I'm supposed to for example type:
That doesn't work. I've also tried:
And it does not work. I tried that last one because the error is saying that pairs() is getting a string instead of a table.