Add initials to TODO note

This commit is contained in:
Steve Klebanoff
2018-11-16 10:14:00 -08:00
parent ed62271cda
commit 988bb398bc

View File

@@ -107,7 +107,7 @@ export const heapUtil = {
heapFunctionCall(curHeap);
} catch (e) {
// We never want analytics to crash our React component
// TODO: error reporter here
// TODO(sk): error reporter here
logUtils.log('Analytics error', e);
}
}