I am inspecting chrome extension popup and I see there is an error triggered but I can’t view it. Is there a way I can se the error ? I guess, from blogs I were searching about JS errors that should be a syntax error, in this case how can I find the problem ? My code looks correct and didn’t have this issue in past, just came up from nowhere.
I tried to use try…catch on full JS file but still can’t find the error.
2
Answers
Because of
ifmail
filter was added by default I couldn't see the file not found error. So the problem was related with using wrong name for the js file. Thanks to Robin Thomas for helping me.Please remove
ifmail
from the console in browser, as it’s just a search keyword. After that, you shall see what the error is, and then know how to fix it.