mirror of
https://github.com/denoland/deno.git
synced 2025-09-13 06:06:21 +00:00
fix(watcher): don't clear screen on start (#14351)
This commit is contained in:
parent
0cd61f2260
commit
db13e455ec
2 changed files with 0 additions and 14 deletions
|
@ -185,10 +185,6 @@ where
|
|||
}
|
||||
};
|
||||
|
||||
if clear_screen {
|
||||
eprint!("{}", CLEAR_SCREEN);
|
||||
}
|
||||
|
||||
info!("{} {} started.", colors::intense_blue("Watcher"), job_name,);
|
||||
|
||||
loop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue