Skip to content

Commit

Permalink
chore: super import error message
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 11, 2023
1 parent 1d0db4a commit d760f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class HeadlessSuperConverter implements SuperConverterServiceInterface {
}

if (didThrow) {
throw new Error('Could not import note')
throw new Error('Could not import note. Check error console for details.')
}

return JSON.stringify(this.importEditor.getEditorState())
Expand Down

0 comments on commit d760f91

Please sign in to comment.