Skip to content

Commit 5f4ee99

Browse files
mfikesdnolen
authored andcommitted
CLJS-1774: Self-host: Report filenames in warns in test-self-parity
1 parent 5ac08cc commit 5f4ee99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/self/self_parity/test.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
(fn [source]
124124
(if source
125125
(let [source-cb-value {:lang (filename->lang filename)
126+
:file filename
126127
:source source}]
127128
(if (or (string/ends-with? filename ".cljs")
128129
(string/ends-with? filename ".cljc"))

0 commit comments

Comments
 (0)