Skip to content

Commit

Permalink
shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed May 14, 2023
1 parent d30e65e commit d921118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions denops_test/with.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d921118

Please sign in to comment.