We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b719e commit fcf8508Copy full SHA for fcf8508
src/lsp_client/clients/deno/client.py
@@ -155,6 +155,7 @@ async def ensure_installed(self) -> None:
155
logger.warning("deno not found, attempting to install...")
156
157
try:
158
+ # Use shell to execute the piped command
159
await anyio.run_process(
160
["sh", "-c", "curl -fsSL https://deno.land/install.sh | sh"]
161
)
0 commit comments