prune sim: do not continue with reload if we caught an exception
as we then try to dereference hours which is null, for example. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
362e69610c
commit
7f0f366675
@ -353,6 +353,7 @@ Ext.onReady(function() {
|
||||
minutes = matchTimeSpec(minuteSpec, 0, 59);
|
||||
} catch (err) {
|
||||
Ext.Msg.alert('Error', err);
|
||||
return;
|
||||
}
|
||||
|
||||
let backups = me.populateFromSchedule(
|
||||
|
Loading…
Reference in New Issue
Block a user