You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get currently deployed function version for the alias to
66
66
// setup the stream filter correctly
@@ -125,7 +125,7 @@ module.exports = {
125
125
},
126
126
127
127
functionLogsShowLogs(logStreamNames){
128
-
if(logStreamNames.length===0){
128
+
if(_.isEmpty(logStreamNames)){
129
129
returnBbPromise.reject(newthis.serverless.classes
130
130
.Error('No existing streams for the latest version of function alias. If you want to view logs of a specific function version, please use --version to specify'));
0 commit comments