Browse Source

sleeping inside wrong loop

pull/46/head
artman41 6 years ago
parent
commit
87ed2a96a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IllusionPlugin/Logger.cs

+ 1
- 1
IllusionPlugin/Logger.cs View File

@ -85,8 +85,8 @@ namespace IllusionPlugin {
_watcherThread.IsBackground = true;
}
Thread.Sleep(5);
}
Thread.Sleep(5);
}
void Start() => _watcherThread.Start();


Loading…
Cancel
Save