Skip to content

Commit 129c301

Browse files
committed
this should log
1 parent 85c4552 commit 129c301

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/containers/extension-library.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class ExtensionLibrary extends React.PureComponent {
115115
return;
116116
}
117117
// load the extension like any other custom extension url (this means sandboxing for some urls)
118+
console.log("Received request to load", extensionId, "from", e.origin);
118119
if (this.props.vm.extensionManager.isExtensionLoaded(extensionId)) {
119120
this.props.onCategorySelected(extensionId);
120121
// i mean, technically we succeeded

0 commit comments

Comments
 (0)