Fixes reference errors in testers.js
stackArray is not a standard property of the Error object. It is added by PhantomJS (modification in the sources of QTWebkit). We should use the stack property if stackArray is not present (like in SlimerJS)
Showing
1 changed file
with
22 additions
and
4 deletions
-
Please register or sign in to post a comment