Skip to content

Commit 012fa46

Browse files
Switched missing browser to be a warning.
1 parent d13e356 commit 012fa46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AlpacaDriverDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static void Main(string[] args)
195195
}
196196
catch(Exception ex)
197197
{
198-
Logger.LogError(ex.Message);
198+
Logger.LogWarning(ex.Message);
199199
}
200200
}
201201

0 commit comments

Comments
 (0)