Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit aa25b0b

Browse files
committed
Add comment
1 parent d497ad9 commit aa25b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/logic/fetch/remotes.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
(defn add-remote [remote func]
1010
(swap! remotes assoc remote func))
1111

12+
;; Unsafe way to do this, Fix later: 1st priority.
1213
(defn safe-read [s]
1314
(binding [*read-eval* false]
1415
(read-string s)))

0 commit comments

Comments
 (0)