fix some compile warnings left in yesterday
at least 2 could have caused a crash in some circumstances This commit was sponsored by Brett Eisenberg on Patreon.
This commit is contained in:
parent
ace02f41b0
commit
d81f549385
3 changed files with 7 additions and 4 deletions
|
@ -270,5 +270,6 @@ call (Right sub) = Right $ Operation $ MatchFiles
|
|||
, matchNeedsFileName = any matchNeedsFileName sub
|
||||
, matchNeedsFileContent = any matchNeedsFileContent sub
|
||||
, matchNeedsKey = any matchNeedsKey sub
|
||||
, matchNeedsLocationLog = any matchNeedsLocationLog sub
|
||||
}
|
||||
call (Left err) = Left err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue