Pixel
Pixel•2y ago

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.
2 Replies
Doctor 🤖
Doctor 🤖•2y ago
Can you show us how you run it in Deno? I think Deno may have a problem when it comes to the | in commands.
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View