summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-cnf.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-06-09 00:47:45 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-06-09 00:47:45 +0200
commit3d8b4fe968e7b195ef57a952108b3632ecbf10b4 (patch)
treeec69b7261a79bf5874c68d3c7b364ecb97120649 /tex/context/base/mkiv/luat-cnf.lua
parent4a4cabe9005295cfa349269ccb6e0ffa5f9d4fb3 (diff)
downloadcontext-3d8b4fe968e7b195ef57a952108b3632ecbf10b4.tar.gz
2021-06-09 00:13:00
Diffstat (limited to 'tex/context/base/mkiv/luat-cnf.lua')
-rw-r--r--tex/context/base/mkiv/luat-cnf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/luat-cnf.lua b/tex/context/base/mkiv/luat-cnf.lua
index f0b18675c..550fa5892 100644
--- a/tex/context/base/mkiv/luat-cnf.lua
+++ b/tex/context/base/mkiv/luat-cnf.lua
@@ -180,7 +180,7 @@ function texconfig.init()
-- local b = callbytecode(i)
local e, b = pcall(callbytecode,i)
if not e then
- print(string.format("\nfatal error : unable to load bytecode register %%i, maybe wipe the cache first\n",i))
+ print(string.format("fatal error : unable to load bytecode register %%i, maybe wipe the cache first\n",i))
os.exit()
end
if b then