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 7fba9e3 commit 8a11f26Copy full SHA for 8a11f26
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