t() is not defined in content scripts
This commit is contained in:
parent
e6d04fad6d
commit
c9e60dc19b
|
@ -46,7 +46,7 @@ function createSourceLoader() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.log(t('liveReloadError', error));
|
console.log(chrome.i18n.getMessage('liveReloadError', error));
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
timer = setTimeout(check, DELAY);
|
timer = setTimeout(check, DELAY);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user