node:child_process::execFile
does not support timeout: undefined
#22261
Labels
node:child_process::execFile
does not support timeout: undefined
#22261
This bug causes the
pkl-eval
package to fail when no timeout is specified.We have a
validateTimeout
call used forspawnSync
, but a different, buggier path is used forexecFile
.Works in node.js:
Fails in deno:
The text was updated successfully, but these errors were encountered: