We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edfe86 commit f35eedbCopy full SHA for f35eedb
1 file changed
src/commands.janet
@@ -43,7 +43,6 @@
43
(map (fn [build-command] (build-command arguments file-path))
44
commands)))
45
46
-# TODO: Replace reduce with something else.
47
(defn run-commands [plan file-path arguments]
48
(def commands (build-commands arguments file-path))
49
(def errors (filter identity (flatten (map (fn [c] (c :errors)) commands))))
0 commit comments