Skip to content

Commit

Permalink
add print methods to other places
Browse files Browse the repository at this point in the history
  • Loading branch information
masa-tokyo committed Dec 9, 2023
1 parent 4d1ed9e commit 85674c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/bootstrap_package/test/analysis_format_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ void main() {
);
}

print('current: ${Directory.current.path}');

// テスト実行
Process.runSync('melos', ['run', 'analyze']);
Process.runSync('melos', ['run', 'format']);
Expand All @@ -62,6 +64,7 @@ void main() {

// 生成パッケージを削除
// check whether the package actually exists
print('current: ${Directory.current.path}');
if (Directory(path.join('packages', packageName)).existsSync()) {
print('exists');
Directory(path.join('packages', packageName)).deleteSync(recursive: true);
Expand Down

0 comments on commit 85674c0

Please sign in to comment.