-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dev): do not clear screen when dev server starts
on some terminal emulators, "clearing" only scrolls the next line to the top. on others, it erases the scrollback. instead, let users call `clear` themselves (`clear && remix dev`) if they want to clear
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@remix-run/dev": patch | ||
--- | ||
|
||
Do not clear screen when dev server starts | ||
|
||
On some terminal emulators, "clearing" only scrolls the next line to the | ||
top. on others, it erases the scrollback. | ||
|
||
Instead, let users call `clear` themselves (`clear && remix dev`) if | ||
they want to clear. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters