mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
ci: try to fix flaky stdio_streams_are_locked_in_permission_prompt (#20204)
This commit is contained in:
parent
e1aa514179
commit
0e4469c7a1
@ -1 +1,3 @@
|
||||
console.log("Are you sure you want to continue?");
|
||||
setTimeout(() => {
|
||||
console.log("Are you sure you want to continue?");
|
||||
}, 10); // ensure we don't output too quickly before the permission prompt
|
||||
|
Loading…
Reference in New Issue
Block a user