We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea03a82 commit e4b916cCopy full SHA for e4b916c
ember_debug/main.js
@@ -101,7 +101,7 @@ class EmberDebug extends BaseObject {
101
102
reset($keepAdapter) {
103
setGuidPrefix(Math.random().toString());
104
- this.owner = getOwner(this._application);
+ this.owner = this._application && getOwner(this._application);
105
this.destroyContainer();
106
run(() => {
107
// Adapters don't have state depending on the application itself.
0 commit comments