0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
denoland-deno/tests/util
Matt Mastracci 5a2ff6557c
fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)
The permission prompt doesn't wait for quiescent input, so someone
pasting a large text file into the console may end up losing the prompt.
We enforce a minimum human delay and wait for a 100ms quiescent period
before we write and accept prompt input to avoid this problem.

This does require adding a human delay in all prompt tests, but that's
pretty straightforward. I rewrote the locked stdout/stderr test while I
was in here.
2024-04-11 10:31:49 +05:30
..
server fix(cli): Enforce a human delay in prompt to fix paste problem (#23184) 2024-04-11 10:31:49 +05:30
std@7d419485c7 chore: update std submodule to 0.221.0 (#23112) 2024-04-11 10:31:49 +05:30