We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using
1 parent 82a50df commit 10b698aCopy full SHA for 10b698a
1 file changed
src/GtmExtension/GtmListener.cs
@@ -16,6 +16,10 @@
16
using System.Windows;
17
using Process = System.Diagnostics.Process;
18
using Task = System.Threading.Tasks.Task;
19
+#if DEBUG
20
+using System.Diagnostics;
21
+using System.IO;
22
+#endif
23
24
namespace GtmExtension
25
{
0 commit comments