Skip to content

Commit 063f784

Browse files
committed
Update
1 parent 75b9d28 commit 063f784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/generate_screen_access/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Future<void> generateScreenAccessApp(List<String> args) async {
7575
rootDirPaths: args.rootPaths ?? const {},
7676
subDirPaths: args.subPaths ?? const {},
7777
pathPatterns: args.pathPatterns ?? {},
78-
templateFilePath: args.templateFilePath!,
78+
templateFilePath: args.templateFilePath,
7979
outputFilePath: outputFilePath,
8080
);
8181
await fmtDartFile(outputFilePath);

0 commit comments

Comments
 (0)