dundalek/closh

Piping from interactive command fails

Opened this issue · 0 comments

$ git log --oneline | head -n 5
e427ecd Fix sh-str casting issue
d26e243 Handle closh-prompt errors in cljs
8ec940a Handle closh-prompt errors and fix closhrc namespace issue
52687b8 Update demo gif
47b7ae2 Update demo script
write EPIPE
	 (WriteWrap.afterWrite)
	 Function.module.exports.loopWhile (/home/me/github/closh/node_modules/deasync/index.cljs:76:22)
	 closh$zero$platform$util$wait_for_event (evalmachine.<anonymous>:14:34)
	 closh$zero$platform$process$wait (evalmachine.<anonymous>:20:41)
	 closh$zero$pipeline$wait_for_pipeline (evalmachine.<anonymous>:21:41)
	 (evalmachine.<anonymous>:1:39)
	 sigintHandlersWrap (vm.cljs:147:15)
	 Script.runInThisContext (vm.cljs:63:12)
	 Object.runInThisContext (vm.cljs:197:38)
	 (Object.yt)

Only affects lumo version. JVM version seems to work fine.