mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
PresetUpdater: Fail harder on bundle version not present in index
This commit is contained in:
parent
21a59ce710
commit
b49bfadd87
2 changed files with 5 additions and 4 deletions
|
@ -145,8 +145,8 @@ sub OnInit {
|
|||
}
|
||||
};
|
||||
if ($@) {
|
||||
warn $@ . "\n";
|
||||
fatal_error(undef, $@);
|
||||
show_error(undef, $@);
|
||||
$self->{mainframe}->Close;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue