Skip to content

Commit

Permalink
Update src.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis authored Jan 12, 2023
1 parent 12b616d commit 4df950b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const readline = require("readline");
const notifier = require("node-notifier");

process.stdout.write("\x1b[31mPomonodeoro\nv.0.1.0 \x1b[0m\n\n");
process.stdout.write("\x1b[31mPomonodeoro 🍅\nv.0.1.0 \x1b[0m\n\n");

function timer(totalTime) {
let type;
Expand Down

0 comments on commit 4df950b

Please sign in to comment.