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
.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'));
87
+
}
88
+
returnlogStreamNames
83
89
});
84
90
});
85
91
@@ -125,10 +131,6 @@ module.exports = {
125
131
},
126
132
127
133
functionLogsShowLogs(logStreamNames){
128
-
if(_.isEmpty(logStreamNames)){
129
-
returnBbPromise.reject(newthis.serverless.classes
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