chore(cli): remove duplicate stopping app messages
This commit is contained in:
parent
f38c3416a4
commit
d032bbdc5f
1 changed files with 0 additions and 3 deletions
|
@ -141,10 +141,7 @@ export class SystemExecutors {
|
|||
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
for (const app of apps) {
|
||||
spinner.setMessage(`Stopping ${app}...`);
|
||||
spinner.start();
|
||||
await appExecutor.stopApp(app, {}, true);
|
||||
spinner.done(`${app} stopped`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue