Skip to content

Commit

Permalink
cmd line too long (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev authored Feb 6, 2023
1 parent 162766e commit 7a49a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grinder_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class Analyzer {
'analyze',
if (packageRoot != null) '--package-root=${packageRoot.path}',
if (fatalWarnings) '--fatal-warnings',
...findDartSourceFiles(coerceToPathList(fileOrPaths))
fileOrPaths
]);
}

Expand Down

0 comments on commit 7a49a8c

Please sign in to comment.