Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Mar 3, 2024
1 parent 65b9b44 commit 38ae288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/yaroorm/test/integration/fixtures/migrator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Future<void> runMigrator(String connectionName, String command) async {
print('> dart ${commands.join(' ')}\n');

final result = await Process.run('dart', commands);
stdout.write(result.stdout);
stderr.write("""--------------------------------------------
\n${result.stderr}\n
--------------------------------------------""");
Expand Down

0 comments on commit 38ae288

Please sign in to comment.