mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace BTCPayServer
|
||||
if (!string.IsNullOrEmpty(ex.Message))
|
||||
logs.Configuration.LogError(ex.Message);
|
||||
}
|
||||
catch(Exception e) when( PluginManager.IsExceptionByPlugin(e))
|
||||
catch (Exception e) when (PluginManager.IsExceptionByPlugin(e))
|
||||
{
|
||||
var pluginDir = new DataDirectories().Configure(conf).PluginDir;
|
||||
PluginManager.DisablePlugin(pluginDir, e.Source);
|
||||
|
||||
Reference in New Issue
Block a user