Improve some random feedback messages

Also clean up a couple random comments.
This commit is contained in:
Anthony Fok
2015-12-16 20:41:33 -07:00
parent 9c39593dee
commit 3574304c68
4 changed files with 8 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ func server(cmd *cobra.Command, args []string) error {
rootWatchDirs := strings.Join(helpers.UniqueStrings(helpers.ExtractRootPaths(watchDirs)), ",")
jww.FEEDBACK.Printf("Watching for changes in %s/{%s}\n", baseWatchDir, rootWatchDirs)
jww.FEEDBACK.Printf("Watching for changes in %s%s{%s}\n", baseWatchDir, helpers.FilePathSeparator, rootWatchDirs)
err := NewWatcher(serverPort)
if err != nil {