diff options
Diffstat (limited to 'test/testsrvr.lua')
-rw-r--r-- | test/testsrvr.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testsrvr.lua b/test/testsrvr.lua index 99b54e5..5c05239 100644 --- a/test/testsrvr.lua +++ b/test/testsrvr.lua | |||
@@ -22,6 +22,8 @@ while 1 do | |||
22 | print("server: closing connection...") | 22 | print("server: closing connection...") |
23 | break | 23 | break |
24 | end | 24 | end |
25 | print(command); | ||
26 | |||
25 | (loadstring(command))() | 27 | (loadstring(command))() |
26 | end | 28 | end |
27 | end | 29 | end |