mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 02:22:09 +08:00
App: Use runSandboxed instead of runIO.
This commit is contained in:
@@ -103,7 +103,7 @@ convertWithOpts opts = do
|
||||
istty <- liftIO $ queryTerminal stdOutput
|
||||
#endif
|
||||
|
||||
res <- runIO $ do
|
||||
res <- runSandboxed $ do
|
||||
|
||||
setTrace (optTrace opts)
|
||||
setVerbosity verbosity
|
||||
|
||||
Reference in New Issue
Block a user