Trying to fix vite from crashing again

This commit is contained in:
Anon 2023-06-04 12:03:30 +02:00
parent a4a058aab2
commit d417335325
2 changed files with 1 additions and 31 deletions

View file

@ -115,7 +115,7 @@ In order to execute a remote procedure, you need to send a json encoded string i
{
"command": "<command name here>",
"requestId": "<randomly generated string for identification>",
"parameters": [ <parameter 1>, <parameter 2>, ... ]
"parameters": [ 1, "some string", true, "etc.." ]
}
```