This commit is contained in:
Laksh Singla 2023-06-06 17:01:42 +05:30 committed by GitHub
parent cfc2a8d286
commit 5da601c47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -356,7 +356,9 @@ public class ControllerImpl implements Controller
} }
); );
workerTaskLauncher.waitForWorkerShutdown(); if (workerTaskLauncher != null) {
workerTaskLauncher.waitForWorkerShutdown();
}
} }
public TaskStatus runTask(final Closer closer) public TaskStatus runTask(final Closer closer)