add error printing

This commit is contained in:
Jonathan Rainville 2018-08-01 14:50:40 -04:00 committed by Pascal Precht
parent 47d7cd3f9d
commit 27a237ec73
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class ProcessesContainer extends Component {
if (processes.error) {
return (
<h1>
<i>Error API...</i>
<i>Error loading processes: {processes.error.message || processes.error}</i>
</h1>
);
}