Skip to content

Commit e4b916c

Browse files
committed
fix
1 parent ea03a82 commit e4b916c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember_debug/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class EmberDebug extends BaseObject {
101101

102102
reset($keepAdapter) {
103103
setGuidPrefix(Math.random().toString());
104-
this.owner = getOwner(this._application);
104+
this.owner = this._application && getOwner(this._application);
105105
this.destroyContainer();
106106
run(() => {
107107
// Adapters don't have state depending on the application itself.

0 commit comments

Comments
 (0)