mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Added using statement
This commit is contained in:
parent
e2939847a5
commit
11aa82832f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using NLog;
|
||||
using NLog.Config;
|
||||
|
@ -15,7 +16,7 @@ namespace NzbDrone.Common.Instrumentation
|
|||
|
||||
LogManager.Configuration = new LoggingConfiguration();
|
||||
|
||||
if (System.Diagnostics.Debugger.IsAttached)
|
||||
if (Debugger.IsAttached)
|
||||
{
|
||||
RegisterDebugger();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue