railsware / bozon

🛠 Command line tool for building, testing and publishing modern Electron applications
MIT License
758 stars 52 forks source link

introspect error object #81

Closed ceonizm closed 3 years ago

ceonizm commented 3 years ago

Hello,

When launching bozon start, if something go wrong (typescript compilation for example) we obtain the following message on the output

[bozon] Failed to build application ✖ [bozon] [object Object]

Don't you think that using something like Util.inspect to display the content of the object would be more helpful to troubleshoot ?

alchaplinsky commented 3 years ago

yep, makes sense. Thanks!