Skip to content

Commit

Permalink
Merge pull request #17657 from emberjs/rwjblue/remove-bizarre-concat
Browse files Browse the repository at this point in the history
Remove odd concatenation in FactoryManager#create.
  • Loading branch information
pzuraq authored Apr 12, 2019
2 parents 0e37cbf + 28ba800 commit 2725507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/container/lib/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ class FactoryManager<T, C> {
throw new Error(
`Failed to create an instance of '${
this.normalizedName
}'. Most likely an improperly defined class or` + ` an invalid module export.`
}'. Most likely an improperly defined class or an invalid module export.`
);
}

Expand Down

0 comments on commit 2725507

Please sign in to comment.