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:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user