DenoDDeno
Powered by
PixelP
Denoβ€’4y agoβ€’
5 replies
Pixel

Command doesn't work in deno task but works outside of deno task

The command in question:
(find . -name '*.js'; find . -name '*.as') | grep -v bundle | xargs wc -l | sort
(find . -name '*.js'; find . -name '*.as') | grep -v bundle | xargs wc -l | sort

Run it in Terminal.app, it works. Run it in Deno, it freezes! This changes when I remove the () to join two commands together.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

`deno.disablePaths` doesn't work
babakfpBbabakfp / help
3y ago
Deno installation script doesn't work
AlienautAAlienaut / help
2y ago