未验证 提交 c7e6e583 编写于 作者: A Asher

Output newlines in CI immediately

Perhaps this is causing the output buffering issue with the arm builds.
上级 8c515029
......@@ -34,7 +34,7 @@ class Builder {
private async task<T>(message: string, fn: () => Promise<T>): Promise<T> {
const time = Date.now()
this.log(`${message}...`, true)
this.log(`${message}...`, !process.env.CI)
try {
const t = await fn()
process.stdout.write(`took ${Date.now() - time}ms\n`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册