PresetUpdater: Fail harder on bundle version not present in index

This commit is contained in:
Vojtech Kral 2018-07-24 15:27:31 +02:00
parent 21a59ce710
commit b49bfadd87
2 changed files with 5 additions and 4 deletions

View file

@ -145,8 +145,8 @@ sub OnInit {
}
};
if ($@) {
warn $@ . "\n";
fatal_error(undef, $@);
show_error(undef, $@);
$self->{mainframe}->Close;
}
});