Alejandro Garza
Alejandro Garza
**Motivation** This would allow acquia#4291 so that a previously-set hash salt (for example, from the Acquia require line, or from the new "early settings" file) to be used instead of...
In ... https://github.com/drutiny/drutiny/blob/248f0587bfbed1d564de2698ed8a543c22ba171d/src/Target/Transport/TshTransport.php#L36 We can change this line: ``` $output = $e->getProcess()->getOutput(); ``` to ``` $output = $e->getMessage(); ``` which seems to fix it.
Instead of 'absorbing' the HTTP exception, the audits will generate an error.
**Composer Info** TBD ``` Please provide the output from running `composer info`. ``` **PHP Info** TBD ``` Please provide the output from running `php --version`. ``` **To Reproduce** The command...