don't swallow runtime errors in request
This commit is contained in:
parent
04847785a0
commit
da586de7dc
1 changed files with 1 additions and 0 deletions
|
|
@ -2175,6 +2175,7 @@
|
|||
}
|
||||
} catch (e) {
|
||||
deferred.reject(e)
|
||||
m.deferred.onerror(e)
|
||||
} finally {
|
||||
if (options.background !== true) m.endComputation()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue