🩹 Add stop to platform and wait for it in CLI (#438)
This commit is contained in:
committed by
ericlinagora
parent
7c31550339
commit
4869c70bbc
@@ -131,7 +131,9 @@ const command: yargs.CommandModule<unknown, unknown> = {
|
||||
repository,
|
||||
spinner,
|
||||
});
|
||||
|
||||
spinner.start("Shutting down platform...");
|
||||
await platform.stop();
|
||||
spinner.succeed("Platform shutdown");
|
||||
spinner.stop();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user