Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
print change file
  • Loading branch information
bparrishMines committed Jun 15, 2022
commit c92473ed35494337f6402ca457c6533dff12d425
1 change: 1 addition & 0 deletions script/tool/lib/src/version_check_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ ${indentation}The first version listed in CHANGELOG.md is $fromChangeLog.
printError('${indentation}No such file: $path');
throw ToolExit(_exitMissingChangeDescriptionFile);
}
print(file.readAsStringSync());
return file.readAsStringSync();
}

Expand Down