Skip to content

Commit

Permalink
check in logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 15, 2024
1 parent e9d9447 commit e023e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/dart_services/lib/src/analysis.dart
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ class AnalysisServerWrapper {
);
}).catchError((dynamic error) {
_logger.fine('format error: $error');
print('error from format');
print(' $error');
return api.FormatResponse(source: src, offset: offset);
});
}
Expand Down

0 comments on commit e023e7f

Please sign in to comment.