about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index 786c4e2a..4b269552 100644
--- a/mu.arc
+++ b/mu.arc
@@ -69,6 +69,9 @@
        traces*)
   (car args))
 
+(on-init
+  (wipe dump-trace*))
+
 (redef tr args  ; why am I still returning to prn when debugging? Will this help?
   (do1 nil
        (apply trace "-" args)))