Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 15, 2024
1 parent a26d9f5 commit 8587db3
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 @@ -67,6 +67,7 @@ class Quest {
'--json',
], workingDirectory: applicationName);
final depsListResult = processResult.stdout as String;
print(depsListResult);
final depsJson = jsonDecode(depsListResult) as Map<String, dynamic>;
final depsPackages = depsJson['packages'] as List;
print(depsPackages);
Expand Down

0 comments on commit 8587db3

Please sign in to comment.