This commit is contained in:
2025-01-22 03:40:41 +02:00
parent f90bec1c67
commit 74b682ce38
3 changed files with 6 additions and 2 deletions

View File

@@ -481,7 +481,10 @@ isDOMContentLoaded: false
if (response.error) {
eventPort.postMessage({
result: null,
error: response,
error: {
error: response?.error,
message: typeof response?.error === 'string' ? response?.error : 'An error has occurred'
},
});
} else {
eventPort.postMessage({