mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Fixing horrendous error in destructor.
This commit is contained in:
parent
ccafc43874
commit
c332dc1c1d
4 changed files with 29 additions and 10 deletions
|
@ -266,6 +266,8 @@ public:
|
|||
m_layers_rst[i].rawbytes.size());
|
||||
}
|
||||
}
|
||||
|
||||
writer.close();
|
||||
} catch(std::exception& e) {
|
||||
BOOST_LOG_TRIVIAL(error) << e.what();
|
||||
// Rethrow the exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue