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.