Skip to content

Commit

Permalink
fix: debugrest typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stropitek committed Apr 25, 2017
1 parent 4ce6fda commit 7c8ade4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/middleware/couch.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ function onGetError(ctx, e, secure) {
ctx.body += `: ${e.message}`;
}
if (config.debugrest) {
ctx.body += `\n\n$%{e}\n${e.stack}`;
ctx.body += `\n\n${e}\n${e.stack}`;
}
}

Expand Down

0 comments on commit 7c8ade4

Please sign in to comment.