Files
geo/apps/desktop-client/src/main/crash-recovery.ts
T

7 lines
116 B
TypeScript
Raw Normal View History

export function collectRecoverySnapshot() {
return {
recoveredAt: Date.now(),
pendingTaskCount: 0,
};
}