Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 7ee5907

Browse files
Switch to chalk.reset
1 parent c344a90 commit 7ee5907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-closure-compiler-windows/build-image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const __dirname = fileURLToPath(new URL('.', import.meta.url));
3030
const dimWhite = (text) => chalk.dim(chalk.white(text));
3131

3232
// The windows sdk set env command messes with colors, so reset the console back to default
33-
process.stdout.write(reset(''));
33+
process.stdout.write(chalk.reset(''));
3434

3535
if (fs.existsSync(path.resolve(__dirname, 'compiler'))) {
3636
process.stdout.write(dimWhite(` google-closure-compiler-windows binary already exists\n`));

0 commit comments

Comments
 (0)