Skip to content

Commit 64b7061

Browse files
authored
Add debug logging to feedback capture in NextEditLoggingService (#8174)
1 parent 732337a commit 64b7061

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

core/nextEdit/NextEditLoggingService.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ export class NextEditLoggingService {
246246
}),
247247
},
248248
);
249-
} catch (error) {}
249+
console.debug("Feedback: ", resp);
250+
} catch (error: any) {
251+
console.debug(`Error capturing feedback: ${error.message}`);
252+
}
250253
}
251254
}

0 commit comments

Comments
 (0)