Restore postinstall

This commit is contained in:
Jonathan Cremin 2015-07-23 08:51:00 +01:00
parent e01a0757f0
commit 1625b507d6
5 changed files with 54 additions and 53 deletions

View file

@ -24,7 +24,7 @@ export default React.createClass({
<div className='col-md-6 col-md-offset-3'>
<h2>{this.props.status}</h2>
<h1>{this.props.message}</h1>
<pre>{this.props.error.stack || ''}</pre>
<pre>{this.props.error || ''}</pre>
</div>
</div>
</div>