Skip to content

Commit

Permalink
👍 specify version to @std/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Milly authored and lambdalisue committed Jun 1, 2024
1 parent 67b35a6 commit dfbd1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@denops-private/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
readableStreamFromWorker,
writableStreamFromWorker,
} from "jsr:@lambdalisue/[email protected]";
import { parseArgs } from "jsr:@std/cli/parse-args";
import { parseArgs } from "jsr:@std/cli@0.224.3/parse-args";

// Disable "Native acceleration" feature of `msgpackr` as an workaround of Deno panic.
// https://github.com/denoland/deno/issues/23792
Expand Down

0 comments on commit dfbd1cd

Please sign in to comment.