mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-07-15 08:17:23 +02:00
fix: stabilize v0.9.7 startup and feeds
This commit is contained in:
@@ -387,7 +387,7 @@ export async function refreshSnapshotList(): Promise<void> {
|
||||
const json = await res.json();
|
||||
updateTimelineFromSnapshots(sortSnapshots(json.snapshots || []));
|
||||
} catch (e) {
|
||||
console.error('Time Machine: failed to fetch snapshots', e);
|
||||
console.warn('Time Machine snapshots will retry after runtime is reachable', e);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -402,7 +402,7 @@ export async function refreshHourlyIndex(): Promise<void> {
|
||||
setState({ hourlyIndex: json.hours || {} });
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('Time Machine: failed to fetch hourly index', e);
|
||||
console.warn('Time Machine hourly index will retry after runtime is reachable', e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user