Buffer stdout when printing summary + check for dir/package.json + npmrc link-workspace-packages + npmrc save-exact (#20907)

This commit is contained in:
Jarred Sumner
2025-07-15 22:15:41 -07:00
committed by GitHub
parent b0a5728b37
commit 0ce70df96b
7 changed files with 44 additions and 15 deletions

View File

@@ -619,7 +619,7 @@ pub const InitCommand = struct {
.blank => template = .blank,
}
try Output.writer().writeAll("\n");
Output.print("\n", .{});
Output.flush();
} else {
Output.note("package.json already exists, configuring existing project", .{});