fixed some old code

master
Rachel Lambda Samuelsson 2021-07-09 18:21:14 +02:00
parent d7e5230c07
commit 7d71df3489
1 changed files with 1 additions and 3 deletions

View File

@ -71,9 +71,7 @@ ytdl url res = ReaderT $ \cfg -> do
_ <- forkIO $ threadDelay 300000000 >> removeDirectoryRecursive dir
pure (Right fileName)
else do
-- removeDirectoryRecursive dir
removeDirectoryRecursive dir
pure (Left "An unknown error prevented the output file from being created")
(ExitFailure status) -> pure (Left ("execution failed with status " <> show status))
_ -> pure (Left "Unable to create ytdlProcess for downloading video")