Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
ae4bf23e
Commit
ae4bf23e
authored
Oct 11, 2008
by
mnislaih
Browse files
Fix a typo which was causing ghci to quit on commands errors
parent
427868fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/InteractiveUI.hs
View file @
ae4bf23e
...
...
@@ -666,7 +666,7 @@ runCommands' eh getCmd = do
where
printErrorAndKeepGoing
err
=
do
GHC
.
printExceptionAndWarnings
err
return
Tru
e
return
Fals
e
noSpace
q
=
q
>>=
maybe
(
return
Nothing
)
(
\
c
->
case
removeSpaces
c
of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment