From 061c065720589017fdbc36af2d477b3e327de088 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 30 Dec 2025 12:12:53 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/pull/16717 Signed-off-by: Daniel <845765@qq.com> --- app/src/plugin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/plugin/index.ts b/app/src/plugin/index.ts index 564b5597b..f2ef00257 100644 --- a/app/src/plugin/index.ts +++ b/app/src/plugin/index.ts @@ -269,7 +269,7 @@ export class Plugin { this.data[storageName] = response; resolve(this.data[storageName]); }, null, (response) => { - reject(response); + resolve(""); }); }); }