Skip to content

Commit

Permalink
Update packages/@ember/-internals/glimmer/lib/syntax/outlet.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Jackson <[email protected]>
  • Loading branch information
Chris Garrett and rwjblue authored Nov 20, 2019
1 parent 255bd28 commit 62b1fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/glimmer/lib/syntax/outlet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class OutletModelReference implements VersionedPathReference {

if (DEBUG) {
OutletModelReference.prototype['debug'] = function debug(subPath: string): string {
return `${this['debugStackLog']}@mount.${subPath}`;
return `${this['debugStackLog']}@model.${subPath}`;
};
}

Expand Down

0 comments on commit 62b1fce

Please sign in to comment.