There was an error while loading. Please reload this page.
1 parent 7b795d7 commit 5d20155Copy full SHA for 5d20155
1 file changed
src/commands/wait-cmd.ts
@@ -67,7 +67,6 @@ export async function handler (args: ArgumentsCamelCase) {
67
console.log(`${serviceName} is in ${state}${errMsg ? ", error: '" + errMsg + "'" : ""}`);
68
}
69
70
- console.log(servicesUpdating);
71
} while (!timedout && !bail);
72
73
if (timedout) {
0 commit comments