Skip to content

Commit 8279fbd

Browse files
committed
clarify permitted values for :file in canonical stacktrace
1 parent a451274 commit 8279fbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clj/cljs/repl.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@
137137
:line <integer>
138138
:column <integer>}*]
139139
140-
:file must be a URL path (without protocol) relative to :output-dir."))
140+
:file must be a URL path (without protocol) relative to :output-dir. If
141+
no source file can be supplied (such as REPL defs), :file may be a custom
142+
identifier string surrounded by angle brackets, i.e. \"<cljs repl>\"."))
141143

142144
(defprotocol IPrintStacktrace
143145
(-print-stacktrace [repl-env stacktrace error build-options]

0 commit comments

Comments
 (0)