Fix workflow manager crash on windows
This commit is contained in:
parent
4ec7fe6303
commit
2b0e6883c3
|
@ -81,7 +81,7 @@ void WorkflowManager::init() {
|
|||
|
||||
WorkflowManager *WorkflowManager::instance() {
|
||||
if (!_instance) {
|
||||
throw Base::Exception( "Trying to instance the WorkflowManager manager before init() was called." );
|
||||
WorkflowManager::init();
|
||||
}
|
||||
return _instance;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user