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
Copy file name to clipboardExpand all lines: crates/bevy_mod_scripting_core/src/commands.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ impl<P: IntoScriptPluginParams> Command for CreateOrUpdateScript<P> {
117
117
match ctxt {
118
118
Ok(ctxt) => contexts.insert(ctxt),
119
119
Err(e) => {
120
-
handle_script_errors(world,[e.with_context(format!("Loading context for script with id: {}. With runtime type: {} and context type: {}",self.id, type_name::<P::R>(), type_name::<P::C>()))].into_iter());
0 commit comments