Loading
Bug 1578755 - Fix a guarding condition for jumping to prettified tab correctly.r=davidwalsh
In previous code, the selectedLocation can be a non-empty object containing a line number of 0, which will cause the sourceMap to complain and halt the jumping procedure. I added a check to make sure that the sourceMap branch is only executed when the selectedLocation makes sense. Differential Revision: https://phabricator.services.mozilla.com/D48290 --HG-- extra : moz-landing-system : lando