mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-10 19:46:34 +03:00
Fix bug after err-to-exc api rename
This commit is contained in:
parent
9006135e2c
commit
009184aaee
|
@ -5,7 +5,7 @@ chrome.runtime.getBackgroundPage( (bgWindow) =>
|
|||
window, 'LERR', () => {
|
||||
|
||||
const tbody = document.getElementById('errorsTable');
|
||||
const errors = bgWindow.apis.lastErrors.get().map(
|
||||
const errors = bgWindow.apis.lastNetErrors.get().map(
|
||||
({url, error}, index) => ({ message: error, hostname: new URL(url).hostname, ifChecked: false })
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user