Skip to content

Commit 3516aff

Browse files
authored
Merge pull request #22 from ndu2/develop
fixed gtt log, note undefined color
2 parents e2c3e14 + 0042573 commit 3516aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gtt-log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks.log()
3535
dayNote = ` - worked over ${hpd*2} hours`.red;
3636
}else if(times[date] > hpd*3600*1.5)
3737
{
38-
dayNote = ` - worked over ${hpd*1.5} hours`.orange;
38+
dayNote = ` - worked over ${hpd*1.5} hours`.yellow;
3939
}else if(times[date] > hpd*3600*1.1)
4040
{
4141
dayNote = ` - worked over ${hpd*1.1} hours`.green;

0 commit comments

Comments
 (0)