T.P.Lua: properly indent module-loading error
This commit is contained in:
parent
9a9c138d9c
commit
ba61dc35d8
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ pandocPackageSearcher luaPkgParams pkgName =
|
|||
case modScript of
|
||||
Just script -> pushWrappedHsFun (loadStringAsPackage pkgName script)
|
||||
Nothing -> do
|
||||
Lua.push ("no file '" ++ filename ++ "' in pandoc's datadir")
|
||||
Lua.push ("\n\tno file '" ++ filename ++ "' in pandoc's datadir")
|
||||
return 1
|
||||
|
||||
loadStringAsPackage :: String -> ByteString -> Lua NumResults
|
||||
|
|
Loading…
Add table
Reference in a new issue