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
https://github.com/sindresorhus/execa is a great tool that simplifies command executions in Node. I'm trying to convert my applications to use Deno and I stumbled upon this issue.
❯ deno run -A test.tsunicorns asyncerror: Uncaught (in promise) Error: Command failed: echo unicorns sync at makeError (file:///home/felipecrs/.cache/deno/npm/registry.npmjs.org/execa/8.0.1/lib/error.js:60:11) at execaSync (file:///home/felipecrs/.cache/deno/npm/registry.npmjs.org/execa/8.0.1/index.js:201:17) at file:///tmp/tmp.Qq2z9kWPKd/test.ts:6:10 at Object.runMicrotasks (ext:core/01_core.js:848:30) at processTicksAndRejections (ext:deno_node/_next_tick.ts:53:10) at runNextTicks (ext:deno_node/_next_tick.ts:71:3) at eventLoopTick (ext:core/01_core.js:189:21)
The text was updated successfully, but these errors were encountered:
https://github.com/sindresorhus/execa is a great tool that simplifies command executions in Node. I'm trying to convert my applications to use Deno and I stumbled upon this issue.
The text was updated successfully, but these errors were encountered: