diff --git a/denops/dpp/dpp.ts b/denops/dpp/dpp.ts index 4a15d6c..890480b 100644 --- a/denops/dpp/dpp.ts +++ b/denops/dpp/dpp.ts @@ -465,7 +465,6 @@ export class Dpp { for await (const _ of Deno.readDir(docDir)) { try { await denops.cmd(`silent helptags ${docDir}`); - break; } catch (e: unknown) { await errorException( denops, @@ -473,6 +472,7 @@ export class Dpp { `:helptags failed`, ); } + break; } // Merge plugin files