Skip to content

Commit

Permalink
add read build.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jht5945 committed Nov 8, 2019
1 parent 9e8f4d2 commit 707cc1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildj.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ void main(List<String> args) async {
if (build_json == null) {
return;
}
final build_json_content = await build_json.readAsString();

stdout_println(build_json_content);

stdout_println('// TODO: Hello World: $build_json');
}
Expand Down

0 comments on commit 707cc1b

Please sign in to comment.