commit
d3ffd3a615
@ -119,9 +119,9 @@ function tick() {
|
|||||||
//
|
//
|
||||||
// - __error__ - Error/exception object to be re-thrown to the browser.
|
// - __error__ - Error/exception object to be re-thrown to the browser.
|
||||||
function exposeError(error) {
|
function exposeError(error) {
|
||||||
tick().then(() => {
|
setTimeout(() => {
|
||||||
throw error;
|
throw error;
|
||||||
});
|
}, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
Reference in New Issue
Block a user