D
Deno
P
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
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
`deno.disablePaths` doesn't work
B
babakfp / help
3y ago
Deno installation script doesn't work
A
Alienaut / help
2y ago