We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af17ce commit 5aa0cceCopy full SHA for 5aa0cce
RepostConfirmationCanceler/Logger.cs
@@ -37,7 +37,7 @@ internal Logger(RunTimeMode mode)
37
FilePath = Path.Combine(logDirectory, $"{LogFileNameBase}.log");
38
EnableLogging = true;
39
}
40
- catch (Exception ex)
+ catch (Exception)
41
{
42
// ログ出力できないが、全体の処理は続行する。
43
RepostConfirmationCanceler/RuntimeContext.cs
@@ -34,7 +34,7 @@ internal DateTime FinishTime
34
35
36
- private static DateTime _finishTime = DateTime.MinValue;
+ private DateTime _finishTime = DateTime.MinValue;
internal bool IsEndTime
0 commit comments