Skip to content

Commit 1da93f2

Browse files
committed
don't rewrite line for the first step
1 parent 88ca6aa commit 1da93f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub fn initialize_build(
153153
let timing_package_tree_elapsed = timing_package_tree.elapsed();
154154

155155
if show_progress {
156-
print!(
156+
println!(
157157
"{}{} {}Built package tree in {:.2}s",
158158
LINE_CLEAR,
159159
style("[1/7]").bold().dim(),

0 commit comments

Comments
 (0)