Skip to content

Commit 37b9d4a

Browse files
committed
Actually why not just log all the parameters
1 parent 706f915 commit 37b9d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/TestCoverage/Manager.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Method CoverageTargetsSet(%value) As %Status [ Internal, Private ]
181181
Method LogAssert(success, action, description, ByRef extra, location)
182182
{
183183
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = "We're in LogAssert"
184+
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = $lb(success, action, description, extra, location)
184185
do ##super(success, action, description, .extra, location)
185186
if (..InteroperabilityProcesses) {
186187
// Collect the list of PIDs used by Interoperability processes in the current namespace

0 commit comments

Comments
 (0)