From b26d6a7ffb06178f7d9767965377b53c87afd2de Mon Sep 17 00:00:00 2001 From: fyears Date: Tue, 9 Nov 2021 10:00:14 +0800 Subject: [PATCH] more clear notice --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 225bbe4..0b7d82f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -105,6 +105,7 @@ export default class SaveRemotePlugin extends Plugin { this.settings.password ); if (!passwordCheckResult.ok) { + new Notice("something goes wrong while checking password"); throw Error(passwordCheckResult.reason); }