App: Use runSandboxed instead of runIO.

This commit is contained in:
John MacFarlane
2021-08-22 21:42:31 -07:00
parent fcc9b89b02
commit 66874b49a6
+1 -1
View File
@@ -103,7 +103,7 @@ convertWithOpts opts = do
istty <- liftIO $ queryTerminal stdOutput
#endif
res <- runIO $ do
res <- runSandboxed $ do
setTrace (optTrace opts)
setVerbosity verbosity