We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0523bd3 commit 30ce8c1Copy full SHA for 30ce8c1
src/network/network_service.js
@@ -266,7 +266,8 @@ cls.NetworkLogger = function()
266
// Guess what the matching entry is from here. This is normally much harder,
267
// but we only want to do this workaround in this easy case anyway.
268
var matching_entry = ctx.get_entries_with_res_id(data.resourceID)[0];
269
- if (matching_entry.events.last &&
+ if (matching_entry &&
270
+ matching_entry.events.last &&
271
matching_entry.events.last.name == "urlredirect")
272
{
273
remove_from_allocated_after_update = true;
0 commit comments