IonWarpbotcommented 15 min agoIonWarp Review — PR #213
} catch (error) { /* swallowed */ }} catch (error) {log.warn({ error_code: "save_write_failed", run_id, error });throw new SaveWriteFailed(error);
Swallowed write failure returns success · Log & Errors Review
The catch drops a D1 write failure and returns { ok: true } — a lost write is indistinguishable from a saved one. Log it keyed and rethrow.