Skip to content

Commit

Permalink
Update addon/server.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Jackson <[email protected]>
  • Loading branch information
Turbo87 and rwjblue authored Nov 17, 2019
1 parent 81fe283 commit 4a12d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class EmberServer extends Server {
super(options);


if (window.QUnit && window.QUnit.config.mirageLogging) {
if (typeof location !== 'undefined' && location.search.indexOf('mirageLogging') > -1) {
this.logging = true;
}
}
Expand Down

0 comments on commit 4a12d76

Please sign in to comment.