From 90c7a95ec17464d27dcaec142691efd51f6c72d8 Mon Sep 17 00:00:00 2001 From: LeviXIII Date: Thu, 4 Jun 2026 11:02:36 -0400 Subject: [PATCH] - ... --- src/exportHandler/audioExporter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/exportHandler/audioExporter.ts b/src/exportHandler/audioExporter.ts index 183e3302d..2875882c3 100644 --- a/src/exportHandler/audioExporter.ts +++ b/src/exportHandler/audioExporter.ts @@ -1044,6 +1044,7 @@ export async function exportAudioAttachments( // the same shape of mutation at startup with no documented issues; // the worst case here is a transient disagreement that the next // editor reload reconciles. + // try { if (resolvedCells.size > 0 && wasMissingBefore.size > 0) { let didChange = false;