Skip to content

Commit e7a0e49

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

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
@@ -917,7 +917,7 @@ class UpdateMachine {
917917
// at 1 kiB (at least on Android), and stack can be longer than that.
918918
assert(debugLog('Stack:\n$s'));
919919
assert(debugLog('Backing off, then will retry…'));
920-
// TODO tell user if initial-fetch errors persist, or look non-transient
920+
// TODO(#890): tell user if initial-fetch errors persist, or look non-transient
921921
await (backoffMachine ??= BackoffMachine()).wait();
922922
assert(debugLog('… Backoff wait complete, retrying initial fetch.'));
923923
}

0 commit comments

Comments
 (0)