Skip to content

Commit

Permalink
hotfix for projects queuing up
Browse files Browse the repository at this point in the history
  • Loading branch information
DecDuck committed Jan 17, 2024
1 parent 1acacb9 commit 4878e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/promiseLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class PromiseLoader<T> {
success: (t: T) => void,
failure: (e: any) => void
) {
this.completedValues.value = [];
this.promises = promises;
this.success = success;
this.failure = failure;
Expand Down

0 comments on commit 4878e5c

Please sign in to comment.