mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix log logic
This commit is contained in:
parent
00198d5e49
commit
4b4aec5bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ namespace Wox.Plugin.Program.Programs
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var error = $"Load {source} failed, null or empty result";
|
var error = $"Load {source} failed, null or empty result";
|
||||||
Debug.WriteLine(error);
|
Log.Error(error);
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue