Skip to content

Commit

Permalink
refactor(dev): group rebuild logs with surrounding whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Jun 14, 2023
1 parent cfeacb5 commit b8e4e4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thin-rings-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/dev": patch
---

group rebuild logs with surrounding whitespace
2 changes: 1 addition & 1 deletion packages/remix-dev/devServer_unstable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export let serve = async (
} finally {
// commit accumulated state
Object.assign(state, newState);
// process.stdout.write("\n");
process.stdout.write("\n");
}
},
onFileCreated: (file) => {
Expand Down

0 comments on commit b8e4e4c

Please sign in to comment.