Skip to content

Commit

Permalink
Update index.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 9, 2025
1 parent a187242 commit 4f36d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom/benchmark/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@
_logger( "------- Exception occurred around round [#lastOkRound#]" );
echo(_e); // for running in browser
systemOutput( e, true );
_logger( message="`" & "``", console=false );
_logger( message=e.stacktrace, console=false );
_logger( message="`" & "``", console=false );
runError = e.message;
errorCount++;
}
Expand Down

0 comments on commit 4f36d38

Please sign in to comment.