Use sequential? for identifying if the script output needs splitting (#853)
This commit is contained in:
parent
9f48048472
commit
7e3b1f58d5
1 changed files with 1 additions and 1 deletions
|
|
@ -804,7 +804,7 @@ Use bb run --help to show this help output.
|
||||||
(:prn cli-opts)))
|
(:prn cli-opts)))
|
||||||
(if-let [pr-f (cond shell-out println
|
(if-let [pr-f (cond shell-out println
|
||||||
edn-out prn)]
|
edn-out prn)]
|
||||||
(if (coll? res)
|
(if (sequential? res)
|
||||||
(doseq [l res
|
(doseq [l res
|
||||||
:while (not (pipe-signal-received?))]
|
:while (not (pipe-signal-received?))]
|
||||||
(pr-f l))
|
(pr-f l))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue