summaryrefslogtreecommitdiff
path: root/Pancake.hs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-06 07:43:04 +0300
committerdefanor <defanor@uberspace.net>2017-11-06 07:43:04 +0300
commit0be4a8a7d3d733182f7c1dcb49e3201e3c3b793c (patch)
tree524f05876aed59f933ef162db653d2e67c335886 /Pancake.hs
parent2a2336312fff0afdfb4d6486cee83da780366021 (diff)
Fix an error message
Diffstat (limited to 'Pancake.hs')
-rw-r--r--Pancake.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pancake.hs b/Pancake.hs
index 914c242..f950188 100644
--- a/Pancake.hs
+++ b/Pancake.hs
@@ -123,7 +123,7 @@ loadDocument sType rawURI = do
handle
(\(e :: SomeException) ->
putErrLn (concat ["Failed to open `", tmpPath, "` with `"
- , cmd, "`: ", show e])) $ do
+ , ev, "`: ", show e])) $ do
createDirectoryIfMissing True dir
BS.writeFile tmpPath rawDoc
curEnv <- getEnvironment