mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
bug with multiple args to :set where it died
This commit is contained in:
parent
3707442a48
commit
b23107f40c
@ -441,7 +441,7 @@ evalCommand output (Directive SetDynFlag flags) state =
|
||||
|
||||
-- Apply many flags.
|
||||
flag:manyFlags -> do
|
||||
firstEval <- evalCommand output (Directive SetDynFlag flags) state
|
||||
firstEval <- evalCommand output (Directive SetDynFlag flag) state
|
||||
case evalStatus firstEval of
|
||||
Failure -> return firstEval
|
||||
Success -> do
|
||||
|
Loading…
x
Reference in New Issue
Block a user