Skip to content

Commit

Permalink
Add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Jun 10, 2024
1 parent f1fe1f1 commit f2f9dab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions puro_sidekick_plugin/lib/src/puro.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ int puro(
throw PuroNotFoundException();
}

print('Running puro from $puroPath');
print('Working directory: ${workingDir.path}');
print('Install directory: ${installDir.path}');
print('Args: $args');

final process = dcli.startFromArgs(
puroPath,
['--no-update-check', '--no-install', ...args],
Expand Down

0 comments on commit f2f9dab

Please sign in to comment.