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); }