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
crowlKats
changed the title
deno task doesnt use deno binary that it was called with, but rather still uses the one from PATH
regression: deno task doesnt use deno binary that it was called with, but rather still uses the one from PATH
Oct 2, 2024
dsherret
changed the title
regression: deno task doesnt use deno binary that it was called with, but rather still uses the one from PATH
deno task doesnt use deno binary that it was called with, but rather still uses the one from PATH when deno binary not named deno
Oct 3, 2024
reproduce:
deno upgrade --output=./deno_stable
create
deno.json
with:and then
deno -V
,./deno_stable -V
,deno task v
, and./deno_stable task v
to reproduceThe text was updated successfully, but these errors were encountered: