Skip to content

Commit e460628

Browse files
committed
store [nfc]: Mention issue number for register-queue feedback
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 62b0e87 commit e460628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/store.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ class UpdateMachine {
918918
// at 1 kiB (at least on Android), and stack can be longer than that.
919919
assert(debugLog('Stack:\n$s'));
920920
assert(debugLog('Backing off, then will retry…'));
921-
// TODO tell user if initial-fetch errors persist, or look non-transient
921+
// TODO(#890): tell user if initial-fetch errors persist, or look non-transient
922922
await (backoffMachine ??= BackoffMachine()).wait();
923923
assert(debugLog('… Backoff wait complete, retrying initial fetch.'));
924924
}

0 commit comments

Comments
 (0)