diff options
author | Marius <mariausol@gmail.com> | 2013-11-14 19:20:13 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2013-11-14 19:20:13 +0200 |
commit | 094807a0a621382e9192ca884ae8c05583d7d2d3 (patch) | |
tree | 363043f1c0f5c90e00d4cda05f19073b91ebd534 /scripts | |
parent | cd8105e9e0ce950c51668aff85bfac68772819c8 (diff) | |
download | context-094807a0a621382e9192ca884ae8c05583d7d2d3.tar.gz |
beta 2013.11.14 18:02
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-youless.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/context/lua/mtx-youless.lua b/scripts/context/lua/mtx-youless.lua index 17a58dbe6..eace4278a 100644 --- a/scripts/context/lua/mtx-youless.lua +++ b/scripts/context/lua/mtx-youless.lua @@ -95,6 +95,7 @@ function scripts.youless.collect() elseif filename == "" then report("data collected but not saved") end + report("current time %a",os.now()) end if environment.argument("collect") then |