diff --git a/src/resources/extensions/gsd/forensics.ts b/src/resources/extensions/gsd/forensics.ts index 2743debd7..df518bb13 100644 --- a/src/resources/extensions/gsd/forensics.ts +++ b/src/resources/extensions/gsd/forensics.ts @@ -98,7 +98,7 @@ export async function handleForensics( problemDescription = await ctx.ui.input( "Describe what went wrong:", "e.g. auto-mode got stuck on task T03", - ); + ) ?? ""; } if (!problemDescription?.trim()) { ctx.ui.notify("Problem description required for forensic analysis.", "warning");