diff options
Diffstat (limited to 'src/interp/trace.boot')
-rw-r--r-- | src/interp/trace.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/trace.boot b/src/interp/trace.boot index 8e09eeff..9b4d051b 100644 --- a/src/interp/trace.boot +++ b/src/interp/trace.boot @@ -678,7 +678,7 @@ orderBySlotNumber l == ASSOCRIGHT orderList [[n,:x] for (x:= [.,.,n,:.]) in l] _/TRACEREPLY() == - null _/TRACENAMES => MAKESTRING '" Nothing is traced." + null _/TRACENAMES => '" Nothing is traced." for x in _/TRACENAMES repeat x is [d,:.] and isDomainOrPackage d => domainList:= [devaluate d,:domainList] |