Skip to content

Commit 23953f8

Browse files
committed
🐛 Share silent flag across multiple versions
Fixes #189
1 parent fb160c7 commit 23953f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops_std/helper/echo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { execute } from "./execute.ts";
33
import { generateUniqueString } from "../util.ts";
44

55
const cacheKey = Symbol("denops_std/helper/echo");
6-
const cacheKeySilent = Symbol("denops_std/helper/echo/silent");
6+
const cacheKeySilent = "denops_std/helper/echo/silent@1";
77
const suffix = generateUniqueString();
88

99
async function ensurePrerequisites(denops: Denops): Promise<string> {

0 commit comments

Comments
 (0)