chore: mark todo
This commit is contained in:
parent
ccd83e2fb0
commit
08c8fdb62e
@ -34,6 +34,7 @@ export function setupWatcher(
|
||||
const applyCb = () => {
|
||||
const newValue = runner()
|
||||
if (newValue !== oldValue) {
|
||||
// TODO handle error
|
||||
cb(newValue, oldValue)
|
||||
oldValue = newValue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user