Revert "Fix the black screen of death" (#7292)

Revert "Fix the black screen of death (#7238)"

This reverts commit 46b6707e3a.
This commit is contained in:
Jace Browning
2025-05-30 10:36:33 -04:00
committed by GitHub
parent 227ad31fc2
commit 1611244b94
9 changed files with 130 additions and 217 deletions

View File

@ -703,8 +703,7 @@ export async function sendSelectEventToEngine(
cmd_id: uuidv4(),
})
if (!res) {
console.warn('No response')
return undefined
return Promise.reject('no response')
}
if (isArray(res)) {