1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00

ci: try to fix flaky stdio_streams_are_locked_in_permission_prompt (#20204)

This commit is contained in:
David Sherret 2023-08-18 11:01:41 -04:00 committed by Divy Srivastava
parent 987c3d6aa8
commit 073df7756c

View file

@ -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