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
if(dTOItems.length<1||dTOItems.length>12)thrownewError(`The number of items requested was: ${dTOItems.length}. The supported number of Test Sessions is from 1-12 inclusive.`);
console.info(`The data objects returned from calling ecs.createService were: ${JSON.stringify(resolved)}`);
153
+
console.info(`The data objects returned from calling ECS createServiceCommand were: ${JSON.stringify(resolved)}`);
152
154
resolved.every((e)=>!e)&&(result.error='Timeout exceeded: App Emissary container(s) took too long to start. Although they timed out, they may have still started.');
0 commit comments