We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f539824 commit 79a8cb6Copy full SHA for 79a8cb6
lib/logs.js
@@ -158,7 +158,7 @@ module.exports = {
158
if (!logStreamNames || !logStreamNames.length) {
159
if (this.options.tail) {
160
return setTimeout((() => getLogStreams()
161
- .then(nextLogStreamNames => this.logsShowLogs(nextLogStreamNames, formatter))),
+ .then(nextLogStreamNames => this.logsShowLogs(nextLogStreamNames, formatter, getLogStreams))),
162
this.options.interval);
163
}
164
@@ -209,7 +209,7 @@ module.exports = {
209
210
211
212
213
214
215
0 commit comments