File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ module.exports = {
158
158
if ( ! logStreamNames || ! logStreamNames . length ) {
159
159
if ( this . options . tail ) {
160
160
return setTimeout ( ( ( ) => getLogStreams ( )
161
- . then ( nextLogStreamNames => this . logsShowLogs ( nextLogStreamNames , formatter ) ) ) ,
161
+ . then ( nextLogStreamNames => this . logsShowLogs ( nextLogStreamNames , formatter , getLogStreams ) ) ) ,
162
162
this . options . interval ) ;
163
163
}
164
164
}
@@ -209,7 +209,7 @@ module.exports = {
209
209
}
210
210
211
211
return setTimeout ( ( ( ) => getLogStreams ( )
212
- . then ( nextLogStreamNames => this . logsShowLogs ( nextLogStreamNames , formatter ) ) ) ,
212
+ . then ( nextLogStreamNames => this . logsShowLogs ( nextLogStreamNames , formatter , getLogStreams ) ) ) ,
213
213
this . options . interval ) ;
214
214
}
215
215
You can’t perform that action at this time.
0 commit comments