Lua: cleanup stack in peekReadOptionsTable
A ReaderOptions element was left on top of the stack when the `peekReadOptionsTable` function was invoked.
This commit is contained in:
parent
7ff1b798c4
commit
d6e66b1f1d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ peekReaderOptionsTable idx = retrieving "ReaderOptions (table)" $ do
|
|||
setFields
|
||||
pushnil -- first key
|
||||
setFields
|
||||
peekUD typeReaderOptions top
|
||||
peekUD typeReaderOptions top `lastly` pop 1
|
||||
|
||||
instance Pushable ReaderOptions where
|
||||
push = pushReaderOptions
|
||||
|
|
Loading…
Reference in a new issue