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 e7999e1 commit b0d5accCopy full SHA for b0d5acc
src/clj/cljs/closure.clj
@@ -1491,7 +1491,7 @@ should contain the source for the given namespace name."
1491
FileVisitResult/CONTINUE)
1492
(visitFileFailed [_ file exc]
1493
FileVisitResult/CONTINUE))))]
1494
- (println "Building...")
+ (println "Building ...")
1495
(flush)
1496
(buildf)
1497
(println "Watching path:" source)
@@ -1505,7 +1505,7 @@ should contain the source for the given namespace name."
1505
(. fstr (endsWith "js")))
1506
(not (. fstr (startsWith ".#"))))))
1507
(seq (.pollEvents key)))
1508
- (println "Change detected, recompiling...")
+ (println "Change detected, recompiling ...")
1509
1510
(buildf))
1511
(recur key))))))))
0 commit comments