We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bce7b8 commit 453868aCopy full SHA for 453868a
UnityMcpBridge/Editor/Tools/CommandRegistry.cs
@@ -33,7 +33,7 @@ public static Func<JObject, object> GetHandler(string commandName)
33
if (!_handlers.TryGetValue(commandName, out var handler))
34
{
35
throw new InvalidOperationException(
36
- $"Unknown or unsupported command type: {command.type}");
+ $"Unknown or unsupported command type: {commandName}");
37
}
38
39
return handler;
0 commit comments