Skip to content

Commit

Permalink
chore(sui): add more help text when sui version mismatch (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Dec 9, 2024
1 parent f843f67 commit 181e8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sui/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const checkSuiVersionMatch = () => {
printWarn('Version mismatch detected:');
printWarn(`- Installed SUI version: ${installedVersion}`);
printWarn(`- Version used for tests: ${definedVersion}`);
printWarn(`Please download the correct version (${definedVersion}) from https://github.com/MystenLabs/sui/releases`);
}
};

Expand Down

0 comments on commit 181e8b1

Please sign in to comment.