Skip to content

Commit fa20982

Browse files
author
Andreas Müller
committed
fixed gtt log, note undefined color
1 parent d66ad78 commit fa20982

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)