Skip to content

Commit

Permalink
use Environment.NewLine
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Jun 26, 2024
1 parent 31e489f commit 646c0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docfx.App/RunServe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static void Exec(string folder, string host, int? port, bool openBrowser,
builder.Logging.ClearProviders();
builder.WebHost.UseUrls(url);

Console.WriteLine($"Serving \"{folder}\" on {url} Press Ctrl+C to shut down.");
Console.WriteLine($"Serving \"{folder}\" on {url}{Environment.NewLine}Press Ctrl+C to shut down.");
using var app = builder.Build();
app.UseServe(folder);

Expand Down

0 comments on commit 646c0bd

Please sign in to comment.