This commit is contained in:
MeexReay 2025-03-22 02:11:00 +03:00
parent 3518af8c52
commit 3abb8436b7

View File

@ -16,6 +16,8 @@ async function main(args) {
while (true) {
let event = await pollStdinEvent()
console.log(event)
if (event.type == "key") {
if (event.key == "Escape") {
run = false