When I run a pull/push/status I'm getting the following error. Error: 'jsonString' argument missing or empty at Function.JSONUtilities.parse (/usr/local/lib/node ...
I am confused this method usage, if jsonString is an invalid json, this method will throw a RuntimeException? But from the source code, it seems not. So what will be return for an invalid json? BTW, ...