Skip to content

Commit

Permalink
add trailing line break to terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Nov 16, 2023
1 parent 5f9ef71 commit d85fd10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-dev/vite/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ export const remixVitePlugin: RemixVitePlugin = (options = {}) => {
...movedAssetPaths.map((movedAssetPath) =>
colors.dim(path.relative(rootDirectory, movedAssetPath))
),
"",
].join("\n")
);
}
Expand Down

0 comments on commit d85fd10

Please sign in to comment.