txiklerr

Results 1 issues of txiklerr

Here's a repository containing an example to replicate the bug: https://github.com/ChiKler/-Deno-error-Uncaught-PermissionDenied-read-access-to-CWD- I believe that's because you use `copySync()` from `std`, which (without a good reason) calls `path.resolve()` which requires CWD...

bug
fs
upstream