Fix an issue where an error log appeared when popup was opened

This commit is contained in:
sienori 2018-06-08 20:42:51 +09:00
parent 26914eaba8
commit b3e5f47a05

View file

@ -91,7 +91,7 @@ function getSelectionWord(tabs) {
url = response.url; url = response.url;
refleshSource(); refleshSource();
showLink(); showLink();
}); }).catch(()=>{});
} }
} }