diff --git a/src/ffi.ts b/src/ffi.ts index 93e6055..13d2a0a 100644 --- a/src/ffi.ts +++ b/src/ffi.ts @@ -3,7 +3,6 @@ import { version } from "../deno.json" with { type: "json" }; import { dlopen, download } from "@denosaurs/plug"; import { Webview } from "./webview.ts"; - const cache = Deno.env.get("PLUGIN_URL") === undefined ? "use" : "reloadAll"; const url = Deno.env.get("PLUGIN_URL") ?? `https://github.com/webview/webview_deno/releases/download/${version}/`;