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 e1ca9d0 commit cca6155Copy full SHA for cca6155
src/squint/internal/cli.cljs
@@ -61,7 +61,7 @@
61
(when-not (fs/existsSync out-path)
62
(println "[squint] Creating directory:" out-path)
63
(fs/mkdirSync out-path #js {:recursive true}))
64
- (println "[squint] zCopying resource" path "to" out-path)
+ (println "[squint] Copying resource" path "to" out-path)
65
(fs/copyFileSync path out-file)))))
66
67
(defn compile-files
0 commit comments