diff --git a/utils/open-url.ts b/utils/open-url.ts index 5104afc..e698063 100644 --- a/utils/open-url.ts +++ b/utils/open-url.ts @@ -27,6 +27,7 @@ const open = async (url: string) => { const process = new Deno.Command(cmd, { args: [url], env: { + // https://github.com/project-gauntlet/gauntlet/issues/28 LD_LIBRARY_PATH: "", }, });