57493.fixed 278 B

1234
  1. Fixes issue with cmd.powershell. Some powershell commands do not return
  2. anything in stdout. This causes the JSON parser to fail because an empty string
  3. is not valid JSON. This changes an empty string to `{}` which is valid JSON and
  4. will not cause the JSON loader to stacktrace.