fnogatz / clocker

Command-line tool to track project hours
Other
420 stars 31 forks source link

uncaught error when running clocker commands while editing a timestamp #19

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 9 years ago

Can probably be handled more nicely by wrapping in a try{...} catch{...}.

❯ clocker list

events.js:72
        throw er; // Unhandled 'error' event
              ^
OpenError: IO error: lock /Users/yoshuawuyts/.clocker/db/LOCK: Resource temporarily unavailable
    at /Users/yoshuawuyts/.nvm/v0.10.35/lib/node_modules/clocker/node_modules/level/node_modules/level-packager/node_modules/levelup/lib/levelup.js:114:34
fnogatz commented 3 years ago

Resolved via 151d2fc in clocker@1.19.1. Thank you for reporting!