feat(dart/transform): Promote missing Directive warning to error

Closes #6519

Closes #6568
This commit is contained in:
Tim Blasi 2016-01-19 11:25:18 -08:00 committed by Timothy Blasi
parent c72ed991ad
commit 47a3b4d56b
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class _CompileDataCreator {
} else if (depNgMeta.aliases.containsKey(dep.name)) {
resolvedMetadata.addAll(depNgMeta.flatten(dep.name));
} else {
log.warning(
log.error(
'Could not find Directive/Pipe entry for $dep. '
'Please be aware that Dart transformers have limited support for '
'reusable, pre-defined lists of Directives/Pipes (aka '