Small improvement

This commit is contained in:
M66B 2022-09-12 07:52:11 +02:00
parent fa3393a236
commit 9e3bfe141a
1 changed files with 2 additions and 0 deletions

View File

@ -6117,6 +6117,8 @@ class Core {
return true;
if (!running)
return false;
if (thread == null)
return false;
return thread.isAlive();
}