mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
Previously, colors were only enabled when stdout was a TTY, which caused colored output to be stripped when the server ran as a subprocess. Now colors are enabled by default in Node.js and can be disabled with LOG_COLORS=false if needed. Also removed the unused isTTY() function.