consolidation / site-process

A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.
Other
50 stars 19 forks source link

Fixes #33: Better error reporting when output does not contain json. #46

Closed greg-1-anderson closed 5 years ago

greg-1-anderson commented 5 years ago

Overview

This pull request:

Q A
Bug fix? no
New feature? yes
Has tests? yes
BC breaks? no
Deprecations? no

Summary

When the output of a command cannot be converted into JSON, then information about the cause of the error is included in the exception. The original text is also included if the error is a syntax error.