Custom writer: produce stacktrace if Writer function fails
This commit is contained in:
parent
7d3db1dd2d
commit
4864761ad8
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ writeCustom luaFile opts doc = either throw pure <=< runLua $ do
|
|||
-- options as arguments.
|
||||
push doc
|
||||
push opts
|
||||
call 2 1
|
||||
callTrace 2 1
|
||||
forcePeek $ peekText top
|
||||
|
|
Loading…
Add table
Reference in a new issue