summaryrefslogtreecommitdiff
path: root/cli/file_watcher.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-04-21 17:21:59 +0200
committerGitHub <noreply@github.com>2022-04-21 17:21:59 +0200
commitdb13e455ec67cd94047ba05e4ce62716144c1d9c (patch)
tree2de627930cea709b40ea47b3820c8ee30091b427 /cli/file_watcher.rs
parent0cd61f2260af4eb12c0856d7afe7c19f0df1f3a5 (diff)
fix(watcher): don't clear screen on start (#14351)
Diffstat (limited to 'cli/file_watcher.rs')
-rw-r--r--cli/file_watcher.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/file_watcher.rs b/cli/file_watcher.rs
index c326eb7dd..3c74237ca 100644
--- a/cli/file_watcher.rs
+++ b/cli/file_watcher.rs
@@ -185,10 +185,6 @@ where
}
};
- if clear_screen {
- eprint!("{}", CLEAR_SCREEN);
- }
-
info!("{} {} started.", colors::intense_blue("Watcher"), job_name,);
loop {