diff --git a/tdrive/backend/node/src/cli/lib/run-with-platform.ts b/tdrive/backend/node/src/cli/lib/run-with-platform.ts index b26e6b43..0b5a8874 100644 --- a/tdrive/backend/node/src/cli/lib/run-with-platform.ts +++ b/tdrive/backend/node/src/cli/lib/run-with-platform.ts @@ -12,10 +12,8 @@ import type { TdrivePlatform } from "../../core/platform/platform"; * Start the platform and its services, run the command (passed as * the `handler` callback), then cleanly shut down the platform. * @param prefix Prefix text to set on the Ora spinner - * @param handler Callback to run the actual command. - * - If it returns a number, that will be the exit code of the process. - * - No attempt to catch errors is done here. If it throws, the platform - * shutdown will be skipped and normal unhandled exception stuff will go on. + * @param handler Callback to run the actual command. If it returns a number, + * that will be the exit code of the process. */ export default async function runWithPlatform( prefix: string,