mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert Allow Warn paasing Exception
This commit is contained in:
parent
9d9b5323c6
commit
486048c884
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// <summary>
|
||||
/// Log warning message
|
||||
/// </summary>
|
||||
void LogWarn(string className, string message, Exception e = null, [CallerMemberName] string methodName = "");
|
||||
void LogWarn(string className, string message, [CallerMemberName] string methodName = "");
|
||||
|
||||
/// <summary>
|
||||
/// Log an Exception. Will throw if in debug mode so developer will be aware,
|
||||
|
|
|
|||
Loading…
Reference in a new issue