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

Commit 0c8cbdc

Browse files
authored
Merge pull request #379 from VictorBjelkholm/return-req-log-tail
fix: Return req from tail
2 parents ac37ceb + 0273a3a commit 0c8cbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const promisify = require('promisify-es6')
66
module.exports = (send) => {
77
return {
88
tail: promisify((callback) => {
9-
send({
9+
return send({
1010
path: 'log/tail'
1111
}, (err, response) => {
1212
if (err) {

0 commit comments

Comments
 (0)