Skip to content

Commit

Permalink
Fix project metadata spinner persisting after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
khamilowicz committed Apr 3, 2024
1 parent e06fc18 commit 0f5dcbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eas-cli/src/build/utils/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export async function makeProjectMetadataFileAsync(archivePath: string): Promise
}
throw e;
}
clearTimeout(timer);

const duration = endTimer(timerLabel);
const prettyTime = formatMilliseconds(duration);
Expand Down

0 comments on commit 0f5dcbd

Please sign in to comment.