diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-11-14 18:02:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-11-14 18:02:00 +0100 |
commit | 70ba61b2ce14f8c2b91b37acc72e342767cb9aa7 (patch) | |
tree | 266fa7510b909f5eb1554aa31c75b59653d9b49c /scripts | |
parent | c7b0c678e9f9da7088e044bbf5612887a776db0e (diff) | |
download | context-70ba61b2ce14f8c2b91b37acc72e342767cb9aa7.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 |