wakatime / wakatime-mode

Emacs plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/emacs
272 stars 41 forks source link

fix stringp error in process wakatime-call #78

Closed LemonBreezes closed 3 months ago

LemonBreezes commented 5 months ago

Currently, if the current-buffer changes to a buffer without a file name before the wakatime process finishes, the process sentinel will throw an error. This PR fixes that.

LemonBreezes commented 3 months ago

@alanhamlett

alanhamlett commented 3 months ago

Thanks!