We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34d3e2 commit 191c970Copy full SHA for 191c970
bricks/dart_frog_dev_server/hooks/pre_gen.dart
@@ -23,7 +23,7 @@ Future<void> preGen(
23
final RouteConfiguration configuration;
24
try {
25
configuration = buildConfiguration(io.Directory.current);
26
- } catch (error) {
+ } on Exception catch (error) {
27
context.logger.err('$error');
28
return exit(1);
29
}
bricks/dart_frog_prod_server/hooks/pre_gen.dart
@@ -48,7 +48,7 @@ Future<void> preGen(
48
49
50
configuration = buildConfiguration(projectDirectory);
51
52
53
54
0 commit comments