mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-09 10:19:08 +08:00
Prettier validation errors
This commit is contained in:
parent
bad0bd8520
commit
948793e570
@ -176,7 +176,7 @@ _constant()
|
||||
try {
|
||||
THIS->validate();
|
||||
} catch (PrintValidationException &e) {
|
||||
croak(e.what());
|
||||
croak("%s\n", e.what());
|
||||
}
|
||||
%};
|
||||
%{
|
||||
|
Loading…
x
Reference in New Issue
Block a user