Skip to content

Commit

Permalink
blessed doesn't seem to like emoji in that content
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed May 22, 2018
1 parent c11d87f commit 5ceda86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions care.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ function doTheCodes() {
var todayCommits = 0;
var weekCommits = 0;

// show loading message while loading commits
todayBox.content = weekBox.content = '⏳ one second please...tiny commit bot is looking for tiny commits! ⏳';
// show loading message while loading commits.
// Turns out blessed doesn't love it if there's emoji in this or if
// the line is super long.
todayBox.content = weekBox.content = 'tiny commit bot is looking for tiny commits! ';
screen.render();

function getCommits(data, box) {
Expand Down

0 comments on commit 5ceda86

Please sign in to comment.