From 020e4d8cd2b36f6e8f3f88a05151876ae9f2e0e0 Mon Sep 17 00:00:00 2001 From: terwer Date: Sun, 5 Mar 2023 18:07:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#3=20=E5=9B=BE=E7=89=87=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/zhi/plugin-system/plugin-system-hook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/zhi/plugin-system/plugin-system-hook.ts b/src/apps/zhi/plugin-system/plugin-system-hook.ts index 5e0d7e0b..1ab92d8e 100644 --- a/src/apps/zhi/plugin-system/plugin-system-hook.ts +++ b/src/apps/zhi/plugin-system/plugin-system-hook.ts @@ -198,7 +198,7 @@ class PluginSystemHook { if (syncedCount > 0) { this.logger.warn( strUtil.f( - "Synced {0} zhi plugins, you need to reload siyuan to take effect.Continue?", + "Synced {0} zhi plugins, you need to reload siyuan to take effect.", syncedCount ) )