Skip to content

Commit d159a84

Browse files
committed
Make the operation-traces var private
1 parent c7b6189 commit d159a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/aviso/tracker.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[io.aviso.exception :as exception]))
66

77
;; Contains a list of messages (or functions that return messages) used to log the route to the exception.
8-
(def ^:dynamic operation-traces [])
8+
(def ^:dynamic ^:private operation-traces [])
99

1010
(defn- trace-to-string
1111
"Converts a trace to a string; a trace may be a function which is invoked."

0 commit comments

Comments
 (0)