Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Mar 3, 2024
1 parent f60700d commit d47ec6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}/`;
Expand Down

0 comments on commit d47ec6d

Please sign in to comment.