mirror of
https://github.com/graninas/Hydra.git
synced 2024-12-26 02:23:36 +03:00
warnings unused var
This commit is contained in:
parent
e07fff4f39
commit
129580e091
@ -86,7 +86,7 @@ interpretLangF coreRt (L.GetSqlDBConnection cfg next) = do
|
||||
$ next $ Left $ D.DBError D.ConnectionDoesNotExist
|
||||
$ "Connection for " <> show connTag <> " not found."
|
||||
|
||||
interpretLangF _ (L.ThrowException exc next) = throwIO exc
|
||||
interpretLangF _ (L.ThrowException exc _) = throwIO exc
|
||||
|
||||
interpretLangF coreRt (L.RunSafely act next) = do
|
||||
eResult <- try $ runLangL coreRt act
|
||||
|
Loading…
Reference in New Issue
Block a user