Skip to content

Commit

Permalink
style(cli): format
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Oct 21, 2023
1 parent 29321b7 commit d48e4bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cli/src/utils/get-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ export async function resolveConfigPaths(cwd: string, config: RawConfig) {

if (tsConfig.resultType === "failed") {
throw new Error(
`Failed to load ${config.tsx ? "tsconfig" : "jsconfig"}.json. ${tsConfig.message ?? ""}`.trim()
`Failed to load ${config.tsx ? "tsconfig" : "jsconfig"}.json. ${
tsConfig.message ?? ""
}`.trim()
)
}

Expand Down

0 comments on commit d48e4bd

Please sign in to comment.