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.
1 parent 2c538ba commit 576ef4bCopy full SHA for 576ef4b
Visibility/Extensions.cs
@@ -71,7 +71,9 @@ await Task.Run(async () =>
71
}
72
catch (Exception ex)
73
{
74
+#if DEBUG
75
PluginLog.LogError(ex.ToString());
76
+#endif
77
78
});
79
@@ -92,7 +94,9 @@ await Task.Run(() =>
92
94
93
95
96
97
98
99
100
101
102
@@ -111,7 +115,9 @@ await Task.Run(() =>
111
115
112
116
113
117
118
114
119
120
121
122
123
0 commit comments