Skip to content

Commit

Permalink
Comment on possible limitation in resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pratt committed Jul 25, 2019
1 parent f1665e1 commit d8419e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/recipe/recipe-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export class ResolveWalker extends RecipeWalker {
});

if (mappable.length === 0) {
// TODO(jopra): Reconsider this behaviour.
// Tracked at https://github.com/PolymerLabs/arcs/issues/3389
return error('The only handles matching the requested type and tags are already present in this recipe');
}
return mappable.map(store => ((recipe, updateHandle) => {
Expand Down

0 comments on commit d8419e8

Please sign in to comment.