Changeset 16433

Show
Ignore:
Timestamp:
05/18/07 20:49:06 (18 months ago)
Author:
audreyt
Message:

* Pugs.Run: Eliminate the utterly unhelpful and harmless

"user error" message when recompiling prelude.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Run.hs

    r16421 r16433  
    242242                    | isUserError ioe, not . null $ ioeGetErrorString ioe 
    243243                    -> hPrint stderr ioe 
    244                 _ -> do 
    245                     hPrint stderr e 
    246                     return () 
     244                _ -> return () 
    247245            when dispProgress $ do 
    248246                hPutStr stderr "Reloading Prelude from source..."