diff --git a/src/Platform/Tasks.cpp b/src/Platform/Tasks.cpp index 1c64f38c..84629980 100644 --- a/src/Platform/Tasks.cpp +++ b/src/Platform/Tasks.cpp @@ -873,6 +873,7 @@ void Tasks::Diagnostics(const StringRef& reply) noexcept reply.catf(" %s", m->GetName()); break; } + m = m->GetNext(); } } break;