mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Buffer stdout when printing summary + check for dir/package.json + npmrc link-workspace-packages + npmrc save-exact (#20907)
This commit is contained in:
@@ -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", .{});
|
||||
|
||||
Reference in New Issue
Block a user