Skip to content

Commit

Permalink
feat(transformers): change 'Missing Identifier' to be an error
Browse files Browse the repository at this point in the history
Closes #7403
  • Loading branch information
vsavkin committed Mar 8, 2016
1 parent 75ae4a9 commit 45fd6f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class _CompileDataCreator {
return new CompileIdentifierMetadata(name: id.name, moduleUrl: resolvedIdentifiers[id.name]);

} else {
log.warning(
log.error(
'Missing identifier "${id.name}" '
'needed by "${neededBy.name}" from metadata map',
asset: entryPoint);
Expand Down

0 comments on commit 45fd6f0

Please sign in to comment.