From 87ed2a96a0924bc5fb0ed44b1b88372aef3521e9 Mon Sep 17 00:00:00 2001 From: artman41 Date: Thu, 17 May 2018 17:08:01 +0100 Subject: [PATCH] sleeping inside wrong loop --- IllusionPlugin/Logger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IllusionPlugin/Logger.cs b/IllusionPlugin/Logger.cs index cf6b2e1b..8a7ed970 100644 --- a/IllusionPlugin/Logger.cs +++ b/IllusionPlugin/Logger.cs @@ -85,8 +85,8 @@ namespace IllusionPlugin { _watcherThread.IsBackground = true; } + Thread.Sleep(5); } - Thread.Sleep(5); } void Start() => _watcherThread.Start();