Skip to content

Commit 68e5c27

Browse files
committed
Revert fix #167
1 parent c10032f commit 68e5c27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/annotation/annotations/requires.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ module.exports = {
5353
reqItem.usedBy.push(item);
5454
req.item = reqItem;
5555

56-
return reqItem;
57-
} else {
56+
} else {
5857
logger.log('Item `' + item.context.name +
5958
'` requires `' + req.name + '` from type `' + req.type +
6059
'` but this item doesn\'t exist.');

0 commit comments

Comments
 (0)