Add change log

This commit is contained in:
twangboy 2020-05-28 15:14:51 -06:00 committed by Daniel Wozniak
parent 4d00b8d18f
commit fdec215072

4
changelog/57493.fixed Normal file
View file

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