You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to XDG Base Directory specification, programs should look at $XDG_CACHE_HOME environment variable to determine the cache directory, and only if it's not set, fall back to the ~/.cache path.
Currently, the fallback path ~/.cache is hardcoded in install.ts:
According to XDG Base Directory specification, programs should look at
$XDG_CACHE_HOME
environment variable to determine the cache directory, and only if it's not set, fall back to the~/.cache
path.Currently, the fallback path
~/.cache
is hardcoded ininstall.ts
:esbuild/lib/install.ts
Lines 105 to 110 in c04240a
The text was updated successfully, but these errors were encountered: