udus122 / checkbox-time-tracker

Checkbox Time Tracker for Obsidian
MIT License
3 stars 0 forks source link

Regex doesn't match when status is Doing and there is no taskBody #53

Closed udus122 closed 1 month ago

udus122 commented 1 month ago

How to reproduce the error

Error message

app.js:1 Error: Line does not match Doing regex
    at _Task.parseDoing (plugin:checkbox-time-tracker:4214:13)
    at _Task.fromLine (plugin:checkbox-time-tracker:4170:20)
    at Object.editorCallback (plugin:checkbox-time-tracker:4377:27)
    at e.mobileOnly.zt.isMobile.e.checkCallback (app.js:1:1988281)
    at oK (app.js:1:1987579)
    at e.executeCommand (app.js:1:1989143)
    at e.onTrigger (app.js:1:1164833)
    at e.handleKey (app.js:1:757237)
    at e.handleKey (app.js:1:757350)
    at t.handleKey (app.js:1:757559)