Skip to content

Commit

Permalink
[Alpha fix] Always show the messages when downloading compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Oct 28, 2024
1 parent 4962f94 commit 4c4234e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,8 @@ export class SolidityBuildSystemImplementation implements SolidityBuildSystem {
}

async #downloadConfiguredCompilers(quiet = false): Promise<void> {
// TODO: For the alpha release, we always print this message
quiet = false;
if (this.#downloadedCompilers) {
return;
}
Expand Down

0 comments on commit 4c4234e

Please sign in to comment.