tasktimer icon indicating copy to clipboard operation
tasktimer copied to clipboard

Typing of Task id

Open sliterok opened this issue 6 years ago • 0 comments

You should warn about task id being string in Task constructor itself instead of silently converting, because in TaskTimer.remove() method of it would throw an error in case when user would provide any other type than string.

Either you could edit .remove() method for it to convert id argument to string.

sliterok avatar Dec 19 '19 06:12 sliterok