Skip to content

Commit 262a9e8

Browse files
committed
fix minor mistake
1 parent cd158db commit 262a9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DescribeCompilerCLI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static void Main(string[] args)
2727
ConsoleLogError,
2828
ConsoleLogInfo,
2929
ConsoleLogParseInfo,
30-
LogVerbosity.High);
30+
LogVerbosity.Low);
3131

3232

3333
string html = "";

0 commit comments

Comments
 (0)