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 57ee996 commit f053618Copy full SHA for f053618
1 file changed
src/main.ts
@@ -116,8 +116,10 @@ export default class NoteSplitterPlugin extends Plugin {
116
console.error(err);
117
new Notice(`Error creating file: ${err.message}`);
118
}
119
+ continue;
120
- throw err;
121
+ new Notice(`Error creating file: ${err.message}`);
122
+ console.log(err);
123
124
125
new Notice("Split into " + splitLines.length + " note" + (splitLines.length > 1 ? "s" : ""));
0 commit comments