Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Always write to stdout, even if redirected
Resolves #1566
  • Loading branch information
Gerrit0 committed Apr 23, 2021
1 parent 4817db4 commit dcbda43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/output/renderer.ts
Expand Up @@ -114,6 +114,7 @@ export class Renderer extends ChildableComponent<
output.urls = this.theme!.getUrls(project);

const bar = new ProgressBar("Rendering [:bar] :percent", {
stream: process.stdout,
total: output.urls.length,
width: 40,
});
Expand Down

0 comments on commit dcbda43

Please sign in to comment.