Skip to content

Commit 4c2ab41

Browse files
committed
[WebProfilerBundle] ”finish” errored requests
1 parent 4c1754d commit 4c2ab41

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
@@ -429,7 +429,7 @@
429429
var pending = pendingRequests;
430430
for (var i = 0; i < requestStack.length; i++) {
431431
startAjaxRequest(i);
432-
if (requestStack[i].duration) {
432+
if (requestStack[i].duration || requestStack[i].error) {
433433
finishAjaxRequest(i);
434434
}
435435
}

0 commit comments

Comments
 (0)