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
dax: c:\Windows\explorer.exe: command not found
error: Uncaught (in promise) Error: Exited with code: 127
throw new Error(`Exited with code: ${code}`);
^
at CommandChild.pipedStdoutBuffer (https://jsr.io/@david/dax/0.41.0/src/command.ts:785:19)
at eventLoopTick (ext:core/01_core.js:168:7)
The text was updated successfully, but these errors were encountered:
In 0.40.0+,
command not found
error throws when calling an Windows executable file by Windows style path (separator is\\
).0.39.2 does not have this issue, It looks like an issue in
deno-which
implementation.Reproduction
Output
The text was updated successfully, but these errors were encountered: