Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
humhei committed Jul 25, 2019
1 parent e015d45 commit 1c329b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/FcsWatch.Binary/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,6 @@ let runFcsWatcher (processExit : System.Threading.Tasks.Task<unit>) (config: Bin
match config.DevelopmentTarget with
| DevelopmentTarget.AutoReload autoReload -> tryKill autoReload cache.EntryCrackedFsproj
| _ -> ()

logger.Info "Exited fcswatch.exe"
}
2 changes: 1 addition & 1 deletion src/FcsWatch.Core/FcsWatcher.fs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ module FcsWatcher =
}
let sourceFileWatcher = newSourceFileWatcher initialCache

logger.Important "Waiting for changes... press any key to exit"
logger.Important "Waiting for changes... press CTRL+C to exit"

loop { SourceFileWatcher = sourceFileWatcher; CrackerFsprojBundleCache = initialCache }

Expand Down

0 comments on commit 1c329b1

Please sign in to comment.