♻️ Moving re-index commands to a class based system (#438)
This commit is contained in:
committed by
ericlinagora
parent
ed7c836889
commit
f786d464ff
@@ -22,7 +22,7 @@ export default async function runWithPlatform(
|
||||
platform: TdrivePlatform;
|
||||
}) => Promise<number | undefined> | Promise<void>,
|
||||
) {
|
||||
const spinner = ora({ prefixText: prefix + " -" });
|
||||
const spinner = ora({ prefixText: prefix + " >" });
|
||||
spinner.start("Platform: starting...");
|
||||
const platform = await tdrive.run(config.get("services"));
|
||||
await gr.doInit(platform);
|
||||
|
||||
Reference in New Issue
Block a user