stealjs / steal

Gets JavaScript
https://stealjs.com
MIT License
1.37k stars 521 forks source link

Figure out how to get better stack traces in Safari #1502

Open m-mujica opened 5 years ago

m-mujica commented 5 years ago

In https://github.com/stealjs/steal/pull/1501 I skipped a test for Safari Mobile.

The version of iOS we were running the test initially is no longer available in Saucelabs. The test breaks on newer iOS versions.

Unfortunately there is no quick fix, since the new stack trace does not include the filename where the error happened, it only points to steal internal's code

Screen Shot 2019-07-31 at 3 43 56 PM

This is the original PR where the code was introduced https://github.com/stealjs/steal/pull/1374