Skip to content

Commit

Permalink
Include 'press enter to force a rebuild' in waiting message
Browse files Browse the repository at this point in the history
  • Loading branch information
tedkornish committed Sep 21, 2015
1 parent c6ec773 commit fc2d25b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Stack/FileWatch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ fileWatchConf cfg getProjectRoot inner = withManagerConf cfg $ \manager -> do

case eres of
Left e -> printExceptionStderr e
Right () -> putStrLn "Success! Waiting for next file change."
Right () -> putStrLn "Success! Waiting for next file change. " ++
"Press enter to force a rebuild."

putStrLn "Type help for available commands. Press enter to force a rebuild."

0 comments on commit fc2d25b

Please sign in to comment.