You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error!("{} must be registered after `AssetPlugin` (typically added as part of `DefaultPlugins`)",name);
655
+
error!("`register_asset_source` was called, but `AssetPlugin` has not been added. `AssetPlugin` should be added first (typically as part of `DefaultPlugins`). Source was \"{name}\".");
0 commit comments