Merge pull request #16042 from Snuffleupagus/GetAnnotations-rethrow
Ensure that "GetAnnotations" errors are propagated to the main-thread (PR 15267 follow-up)
This commit is contained in:
commit
903adc8708
@ -544,6 +544,7 @@ class WorkerMessageHandler {
|
|||||||
},
|
},
|
||||||
reason => {
|
reason => {
|
||||||
finishWorkerTask(task);
|
finishWorkerTask(task);
|
||||||
|
throw reason;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user