Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
fix: Return req from tail
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Sep 14, 2016
1 parent ac37ceb commit 0273a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const promisify = require('promisify-es6')
module.exports = (send) => {
return {
tail: promisify((callback) => {
send({
return send({
path: 'log/tail'
}, (err, response) => {
if (err) {
Expand Down

0 comments on commit 0273a3a

Please sign in to comment.