We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753ba12 commit 1105e44Copy full SHA for 1105e44
MLS.Agent/CommandLine/VerifyCommand.cs
@@ -37,7 +37,7 @@ public static async Task<int> Do(
37
38
if (markdownFiles.Length == 0)
39
{
40
- console.Error.Write($"No markdown files found under {directoryAccessor.GetFullyQualifiedRoot()}");
+ console.Error.WriteLine($"No markdown files found under {directoryAccessor.GetFullyQualifiedRoot()}");
41
return -1;
42
}
43
0 commit comments