diff options
author | dvs1 | 2024-10-25 13:40:43 +1000 |
---|---|---|
committer | dvs1 | 2024-10-25 13:40:43 +1000 |
commit | 0048218af5680e3d33008303bfa3b7c486f3200c (patch) | |
tree | bbbe666f5558f88c752960021d14dac57dffd572 /test_.lua | |
parent | Moved common stuff like --help, --version to an internal options table we sca... (diff) | |
download | JackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.zip JackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.tar.gz JackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.tar.bz2 JackOnAllDevices-0048218af5680e3d33008303bfa3b7c486f3200c.tar.xz |
Comment++
Diffstat (limited to '')
-rwxr-xr-x | test_.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,5 +156,6 @@ print('') | |||
156 | for k,a in pairs(arg) do print('arg[' .. k .. '] = ' .. a) end | 156 | for k,a in pairs(arg) do print('arg[' .. k .. '] = ' .. a) end |
157 | 157 | ||
158 | __'date':log():show():Do() | 158 | __'date':log():show():Do() |
159 | -- Should get that "later" thing printed while the sleep is happening. | ||
159 | __'date; sleep 5; date':log():show():Do() | 160 | __'date; sleep 5; date':log():show():Do() |
160 | 161 | ||