Skip to content

Commit

Permalink
print files
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Dec 5, 2024
1 parent 2ed31d0 commit 43e2707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/quest/bin/quest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class Quest {
print('Cloned $application into $path');
final depsListResult =
(await runFlutter(['pub', 'deps', '--json'], path)).stdout;
print(tempDir.listSync(recursive: true).join('\n'));
final depsJson =
jsonDecode(depsListResult.substring(depsListResult.indexOf('{')))
as Map<String, dynamic>;
Expand Down

0 comments on commit 43e2707

Please sign in to comment.