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