这个是找不到啥文件?
Deno.run({
cmd: [“echo”, “hello”],
})
Uncaught NotFound: 系统找不到指定的文件。 (os error 2)
at unwrapResponse ($deno$/ops/dispatch_json.ts:43:11)
at Object.sendSync ($deno$/ops/dispatch_json.ts:72:10)
at Object.run ($deno$/ops/process.ts:41:10)
at Object.run ($deno$/process.ts:128:15)
at :3:6
at evaluate ($deno$/repl.ts:54:34)
at Object.replLoop ($deno$/repl.ts:156:13)