From d921118a3ee287772d92238df9989f46796a48e6 Mon Sep 17 00:00:00 2001 From: Alisue Date: Sun, 14 May 2023 21:19:33 +0900 Subject: [PATCH] shutdown --- denops_test/with.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/denops_test/with.ts b/denops_test/with.ts index 484d87f..5bfe00d 100644 --- a/denops_test/with.ts +++ b/denops_test/with.ts @@ -98,6 +98,7 @@ export async function withDenops( // https://github.com/denoland/deno/issues/15425#issuecomment-1368245954 await new Promise((resolve) => setTimeout(resolve, 0)); await main(denops); + await session.shutdown(); } finally { proc.stdin.close(); proc.kill();