Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
happytomatoe committed Sep 16, 2024
1 parent 6436d40 commit 6e87b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ yargs(hideBin(process.argv))
if (error) {
process.exit(1);
} else {
console.log(Colors.Green + "Compiled files");
console.log(Colors.Green + "Compiled files" + Colors.Reset);
}
},
)
Expand Down

0 comments on commit 6e87b66

Please sign in to comment.