Skip to content

Commit 849a72d

Browse files
committed
fix(nested addons): no loonger swithing to the parent app so that addon's specific settings can be used
1 parent 8e3f859 commit 849a72d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ module.exports = {
4747
},
4848

4949
included: function(app) {
50-
if (app.app) { app = app.app; }
51-
5250
this._super.included.apply(this, arguments);
5351

5452
this.projectRoot = this._projectRoot(app.trees);

0 commit comments

Comments
 (0)