We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b90f3 commit 660ccb3Copy full SHA for 660ccb3
1 file changed
apps/obsidian/src/utils/syncDgNodesToSupabase.ts
@@ -751,10 +751,8 @@ const syncChangedNodesToSupabase = async ({
751
try {
752
await syncPublishedNodesAssets(plugin, changedNodes);
753
} catch (error) {
754
- // console.error(
755
- // `Failed to sync published node assets`,
756
- // error,
757
- // );
+ console.error(`Failed to sync published node assets`, error);
+ new Notice(`Failed to sync published node assets.`);
758
}
759
};
760
0 commit comments