This commit is contained in:
Julian Brammer 2024-06-08 20:49:23 +02:00
parent c4d105272a
commit 52dcebc28c

View File

@ -79,7 +79,7 @@ local function shellRun()
end end
local function shellStopCheck() local function shellStopCheck()
parallel.waitForAny(shellStopTimer) parallel.waitForAny(shellStopTimer, shellStopKeyEvent)
end end
local function shellStopTimer() local function shellStopTimer()