Skip to content

Commit

Permalink
fixup! fixup! Log the stack trace for failures, where available
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Mar 12, 2015
1 parent 4996e41 commit f681f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/executors/testharness_webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ window.done = function(tests, status) {
tests:test_results,
status: status.status,
message: status.message,
stack: x.stack});
stack: status.stack});
}

window.win = window.open("%(abs_url)s", "%(window_id)s");
Expand Down

0 comments on commit f681f9b

Please sign in to comment.