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

Commit 0273a3a

Browse files
committed
fix: Return req from tail
1 parent ac37ceb commit 0273a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/api/log.js

+1-1
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)