mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-29 09:37:23 +08:00
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…
x
Reference in New Issue
Block a user