log chrome activity to last used project

This commit is contained in:
Alan Hamlett
2016-02-08 15:52:41 -08:00
parent 07e8ae507a
commit dfce5407c0

View File

@@ -150,6 +150,7 @@ class WakaTime {
entity: entity, entity: entity,
type: type, type: type,
time: moment().format('X'), time: moment().format('X'),
project: '<<LAST_PROJECT>>',
is_debugging: debug is_debugging: debug
}); });
} }