Skip to content

Commit

Permalink
fix(images): write the processed images to the console
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Jan 9, 2021
1 parent 3530b88 commit 2086b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/images/squoosh.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const useSquoosh = async (statusText, cmd = '') => {
}

spinner.succeed();
process.stdout(processOutput);
process.stdout.write(processOutput);
};

// const useSquoosh = async (statusText, cmd = '') => {
Expand Down

0 comments on commit 2086b7a

Please sign in to comment.