Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit ad7a397

Browse files
codelogicmhevery
authored andcommitted
docs(template_cache_generator): Fix console output to pull from correct arg
This changes the template_cache_generator output to correctly output the url rewriters instead of the packageRoots.
1 parent d6b689e commit ad7a397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tools/template_cache_generator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ main(args) {
4848
print('output: $output');
4949
print('outputLibrary: $outputLibrary');
5050
print('packageRoots: $packageRoots');
51-
print('url rewritters: ' + args[4]);
51+
print('url rewritters: ' + args[5]);
5252
print('blacklistedClasses: ' + blacklistedClasses.join(', '));
5353

5454

0 commit comments

Comments
 (0)