Skip to content

Commit

Permalink
Show error and stack trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Jul 12, 2019
1 parent 630ab6d commit f911f47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions priv/ember/app/templates/retries/show.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<dd>{{model.retry_count}}</dd>
</dl>

<dl>
<dt>Error</dt>
<dd><pre>{{model.error_message}}</pre></dd>
</dl>

<dl>
<dt>Arguments</dt>
<dd><pre>{{model.prettyArgs}}</pre></dd>
Expand Down
2 changes: 1 addition & 1 deletion priv/ember/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">


<meta name="exqui/config/environment" content="%7B%22modulePrefix%22%3A%22exqui%22%2C%22environment%22%3A%22development%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22exqui%22%2C%22version%22%3A%220.0.0+522871e7%22%7D%2C%22exportApplicationGlobal%22%3Atrue%7D" />
<meta name="exqui/config/environment" content="%7B%22modulePrefix%22%3A%22exqui%22%2C%22environment%22%3A%22development%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22exqui%22%2C%22version%22%3A%220.0.0+630ab6d9%22%7D%2C%22exportApplicationGlobal%22%3Atrue%7D" />

<base href="/<%= assigns[:base] %>" />

Expand Down

0 comments on commit f911f47

Please sign in to comment.