Skip to content

Commit

Permalink
change watcher offline message
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhett committed Sep 18, 2020
1 parent a777a3a commit 7291627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 99-monitors.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function showWatchers() {
if (watchers[w].duration() > 0) {
console.log(` => [ RUNNING ] ${watchers[w].type} running for ${watchers[w].duration()} seconds.`)
} else {
console.log(` => [ OFFLINE ] ${watchers[w].type} is not running`)
console.log(` => [ OFFLINE ] ${watchers[w].type}`)
}
}
}

0 comments on commit 7291627

Please sign in to comment.