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
@@ -33,7 +34,12 @@ function handleError(err: Error, spinner: Ora) {
33
34
if(spinner){
34
35
if(err.name==='TwilioApiError'){
35
36
spinner.fail('Failed promoting build.');
36
-
logApiError(logger,err);
37
+
constclientApiError=errasClientApiError;
38
+
if(clientApiError.code===20409){
39
+
clientApiError.message+=
40
+
'\n\nThis is probably because you are trying to promote a build to an environment where it is already live. Try promoting the build to a different environment or choosing a different build to promote to this environment.';
0 commit comments