mirror of
https://github.com/denoland/deno.git
synced 2025-01-06 22:35:51 -05:00
5 lines
247 B
Text
5 lines
247 B
Text
|
error: Uncaught (in promise) PermissionDenied: Requires --allow-all permissions to spawn subprocess with LD_PRELOAD environment variable.
|
||
|
const output = new Deno.Command("echo").spawn();
|
||
|
^
|
||
|
at [WILDCARD]
|