We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5b6d4 commit 8779296Copy full SHA for 8779296
packages/core/src/utils/editor.ts
@@ -225,5 +225,6 @@ export async function openDiff(
225
}
226
} catch (error) {
227
console.error(error);
228
+ throw error;
229
230
0 commit comments