Skip to content

Commit 978fa23

Browse files
committed
fix arg
1 parent 0f7a371 commit 978fa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessagePack.UnityClient/Assets/Scripts/MessagePack/Unity/MessagePackWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async void OnGUI()
150150
invokingMpc = true;
151151
try
152152
{
153-
var log = await ProcessHelper.InvokeProcessStartAsync("mpc " + commnadLineArguments);
153+
var log = await ProcessHelper.InvokeProcessStartAsync("mpc", commnadLineArguments);
154154
UnityEngine.Debug.Log(log);
155155
}
156156
finally

0 commit comments

Comments
 (0)