chore(tailwindcss): add a comment linking to a Gauntlet issue explaining why we're setting LD_LIBRARY_PATH
in open-url.open()
All checks were successful
Actions / Build Plugins (pull_request) Successful in 42s
All checks were successful
Actions / Build Plugins (pull_request) Successful in 42s
This commit is contained in:
parent
cbc64e1880
commit
f2304ffdca
1 changed files with 1 additions and 0 deletions
|
@ -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: "",
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue