Skip to content

Commit

Permalink
Remove outdated code and unnecessary captureRenderTree patching (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Mar 11, 2024
1 parent 56575c0 commit 7a24819
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 457 deletions.
4 changes: 3 additions & 1 deletion ember_debug/general-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ export default class extends DebugPort {
* the info tab.
*/
getLibraries() {
this.sendMessage('libraries', { libraries: Ember.libraries._registry });
this.sendMessage('libraries', {
libraries: Ember.libraries?._registry,
});
},

getEmberCliConfig() {
Expand Down
Loading

0 comments on commit 7a24819

Please sign in to comment.