paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
31 stars 3 forks source link

logger: fails inside of gh actions #30

Closed paperdave closed 2 years ago

paperdave commented 2 years ago

@paperdev/logger doesnt works with gh actions: https://github.com/xHyroM/benchmarks/runs/7734314852?check_suite_focus=true

definitely something related to using fs to write to the console. I wanna see if I can reproduce this in a Linux terminal or through like child_process.spawn. see if this is node AND bun or just bun, and so on.

maybe we need to have fallbacks to process.stdout.write or even console.log.

paperdave commented 2 years ago

fixed in 2.1.1