<@832257425695965238> Why isn't the `renderError` ...
# 💻|contributing
c
@brief-restaurant-63679 Why isn't the
renderError
[1] used for the terminal log writer in `formatForTerminal combineRenders`[2]? This causes this error log[3] in the dev command-line to be empty. Should I just pass the
error.message
as
msg
? 1. https://github.com/garden-io/garden/blob/main/core/src/logger/renderers.ts#L47 2. https://github.com/garden-io/garden/blob/main/core/src/logger/renderers.ts#L168 3. https://github.com/garden-io/garden/blob/main/core/src/cli/command-line.ts#L102