Skip to content

Commit 75b9d28

Browse files
committed
Update
1 parent f393cc1 commit 75b9d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/generate_screen_access/app.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ class _ArgsChecker extends ValidArgsChecker {
122122
paths,
123123
...paths,
124124
if (this.pathPatterns != null) this.pathPatterns,
125-
this.templateFilePath,
126-
this.outputFilePath,
125+
if (this.templateFilePath != null) this.templateFilePath,
126+
if (this.outputFilePath != null) this.outputFilePath,
127127
if (fallbackDartSdkPath != null) fallbackDartSdkPath,
128128
];
129129
}

0 commit comments

Comments
 (0)