Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Baumann committed Nov 4, 2023
1 parent bd6e76d commit 42c41c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidekick_core/lib/sidekick_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ class SidekickCommandRunner<T> extends CompletionCommandRunner<T> {
}

try {
// print warning if the user didn't fully update their CLI
_checkCliVersionIntegrity();
await updateCheck?.then((result) {
// print warning if the user didn't fully update their CLI
_checkCliVersionIntegrity();
if (result != null) printerr(result);
});
} finally {
Expand Down

0 comments on commit 42c41c8

Please sign in to comment.