diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-01-30 16:15:05 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-01-30 16:15:05 +0100 |
commit | dd7b0113318332d153bf0b8cddbdfef4e1e9f90f (patch) | |
tree | 25891587b9f1149887ba1d2cffc164fd1da00a3c /scripts | |
parent | 4527a0adcca8881d1bc7a73d916a8c1ecf315742 (diff) | |
download | context-dd7b0113318332d153bf0b8cddbdfef4e1e9f90f.tar.gz |
2015-01-30 15:30:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-context.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua index a75c822d5..8a18cab39 100644 --- a/scripts/context/lua/mtx-context.lua +++ b/scripts/context/lua/mtx-context.lua @@ -760,6 +760,7 @@ function scripts.context.run(ctxdata,filename) report("run %s: %s",currentrun,command) print("") -- cleaner, else continuation on same line local returncode, errorstring = os.spawn(command) + -- todo: remake format when no proper format is found if not returncode then report("fatal error: no return code, message: %s",errorstring or "?") if resultname then |