browser-wakatime icon indicating copy to clipboard operation
browser-wakatime copied to clipboard

Typo in WakaTimeCore.ts L259

Open toptalo opened this issue 1 year ago • 2 comments

I think there are typo

https://github.com/wakatime/browser-wakatime/blob/c4029f5fee62e69c68fa6731cc5dc4d1c30a07b2/src/core/WakaTimeCore.ts#L259 Should be

const lineRe = new RegExp(cleanLine.replace('.', '\\.').replace('*', '.*')); 

toptalo avatar May 16 '23 17:05 toptalo