eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Logging sub-process output should not trim #11

Closed eibens closed 3 years ago

eibens commented 3 years ago

Trimming will remove leading spaces and tabs, which may be important for Layout. Remove as little as possible, probably only a trailing newline.

eibens commented 3 years ago

We will only trim white-space at the end. It is still not perfect, but the easiest patch.