Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Feb 29, 2024
1 parent c02640b commit a5c09db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default class BaseLoadingStore<TStores, TActions> extends Store<TStores,
}

registerBlockingLoadingRequest(promise: Promise<void>, name: string): void {
// promises are wrapped as requests to easier check their errors later
this.__blockingLoadingRequests.push([new Request(() => promise), name]);
}

Expand Down

0 comments on commit a5c09db

Please sign in to comment.