Skip to content

Commit

Permalink
analysis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Dec 20, 2024
1 parent 4e87091 commit 049c8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bricks/dart_frog_dev_server/hooks/pre_gen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Future<void> preGen(
final RouteConfiguration configuration;
try {
configuration = buildConfiguration(io.Directory.current);
} catch (error) {
} on Exception catch (error) {
context.logger.err('$error');
return exit(1);
}
Expand Down

0 comments on commit 049c8aa

Please sign in to comment.