pull/1327/head
deniscerri 3 weeks ago
parent 1024ecef84
commit 5fb2cd1308
No known key found for this signature in database
GPG Key ID: 95C43D517D830350

@ -257,7 +257,7 @@ object RuntimeManager {
}
if (nodeLocation.isAvailable) {
request.addOption("--js-runtimes", "node:${nodeLocation.executable.absolutePath}")
request.addOption("--js-runtimes", "node:${nodeLocation.executable.absolutePath} --allow-fs-read=*")
}
if (denoLocation.isAvailable) {

Loading…
Cancel
Save