Skip to content

Commit a73ecd3

Browse files
committed
fix: do not generate deno.lock file on recache
1 parent 77ac1e8 commit a73ecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/fall/main/picker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function init(
8585
const path = await denops.eval("expand(g:fall_config_path)") as string;
8686
if (recache) {
8787
const cmd = new Deno.Command(Deno.execPath(), {
88-
args: ["cache", "--reload", "--allow-import", path],
88+
args: ["cache", "--no-lock", "--reload", "--allow-import", path],
8989
stdin: "null",
9090
stdout: "piped",
9191
stderr: "piped",

0 commit comments

Comments
 (0)