We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a451274 commit 8279fbdCopy full SHA for 8279fbd
src/clj/cljs/repl.clj
@@ -137,7 +137,9 @@
137
:line <integer>
138
:column <integer>}*]
139
140
- :file must be a URL path (without protocol) relative to :output-dir."))
+ :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>\"."))
143
144
(defprotocol IPrintStacktrace
145
(-print-stacktrace [repl-env stacktrace error build-options]
0 commit comments