Fixed missing return
This commit is contained in:
parent
1eadb6a1a9
commit
5d8c4b4476
@ -49,8 +49,8 @@ bool SlicingProcessCompletedEvent::critical_error() const
|
||||
// Exception derived from SlicingError is non-critical.
|
||||
return false;
|
||||
} catch (...) {
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string SlicingProcessCompletedEvent::format_error_message() const
|
||||
|
Loading…
Reference in New Issue
Block a user