Skip to content

Commit 1105e44

Browse files
author
Ravi Chande
committed
Use console.writeline
1 parent 753ba12 commit 1105e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLS.Agent/CommandLine/VerifyCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static async Task<int> Do(
3737

3838
if (markdownFiles.Length == 0)
3939
{
40-
console.Error.Write($"No markdown files found under {directoryAccessor.GetFullyQualifiedRoot()}");
40+
console.Error.WriteLine($"No markdown files found under {directoryAccessor.GetFullyQualifiedRoot()}");
4141
return -1;
4242
}
4343

0 commit comments

Comments
 (0)