mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
testing, eh?
This commit is contained in:
parent
ff632aa970
commit
05cbcc9591
@ -80,8 +80,8 @@ module.exports = Observable.extend({
|
||||
is_404: status === 404,
|
||||
root: this.helpers.url('', true),
|
||||
dave: this.helpers.urlForStatic('/images/logo.png')
|
||||
err: err.toString(),
|
||||
stack: err.stack
|
||||
err: err,
|
||||
stack: err.stack ? err.stack : ""
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user