mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
ci: try to fix flaky stdio_streams_are_locked_in_permission_prompt (#20204)
This commit is contained in:
parent
e1aa514179
commit
0e4469c7a1
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue