diff --git a/app/javascript/mastodon/features/ui/components/bundle.jsx b/app/javascript/mastodon/features/ui/components/bundle.jsx index 57143f1571..90e775f907 100644 --- a/app/javascript/mastodon/features/ui/components/bundle.jsx +++ b/app/javascript/mastodon/features/ui/components/bundle.jsx @@ -69,6 +69,7 @@ class Bundle extends PureComponent { this.setState({ mod: mod.default }); }) .catch((error) => { + console.error('Bundle fetching error:', error); this.setState({ mod: null }); }); };