Skip to content

Commit

Permalink
feat(dart/transform): Promote missing Directive warning to error
Browse files Browse the repository at this point in the history
Closes #6519

Closes #6568
  • Loading branch information
Tim Blasi authored and kegluneq committed Jan 22, 2016
1 parent c72ed99 commit 47a3b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit 47a3b4d

Please sign in to comment.