Skip to content

Commit c2ed11c

Browse files
Merge branch '6.4' into 7.3
* 6.4: [WebProfilerBundle] ”finish” errored requests
2 parents f305fa4 + 4c2ab41 commit c2ed11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Profiler/toolbar_js.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
var pending = pendingRequests;
432432
for (var i = 0; i < requestStack.length; i++) {
433433
startAjaxRequest(i);
434-
if (requestStack[i].duration) {
434+
if (requestStack[i].duration || requestStack[i].error) {
435435
finishAjaxRequest(i);
436436
}
437437
}

0 commit comments

Comments
 (0)