chore: make pretty

This commit is contained in:
2026-03-10 02:32:53 -07:00
parent ff5ecdaded
commit a13b7352d7
2 changed files with 2 additions and 8 deletions

View File

@@ -79,10 +79,7 @@ export function normalizeStartupArgv(argv: string[], env: NodeJS.ProcessEnv): st
return argv;
}
export function configureEarlyAppPaths(
app: EarlyAppLike,
options?: EarlyAppPathOptions,
): string {
export function configureEarlyAppPaths(app: EarlyAppLike, options?: EarlyAppPathOptions): string {
const userDataPath = resolveConfigDir({
platform: options?.platform ?? process.platform,
appDataDir: options?.appDataDir ?? process.env.APPDATA,