Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
Henner Kollmann authored and Henner Kollmann committed Jan 21, 2025
1 parent d745cb1 commit c15c752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/class/qxl/testtapper/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ qx.Class.define("qxl.testtapper.Application", {
that._cnt++;
if (item.exception) {
if (item.exception.message) {
let message = item.exception.message.toString();
let message = item.exception.toString();
this.info(
`not ok ${that._cnt} - ${test} - [${numberFormat.format(
timeDiff
Expand Down

0 comments on commit c15c752

Please sign in to comment.