Skip to content

Commit

Permalink
output path when extracting schema (#7414)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonGriggs committed Aug 23, 2024
1 parent 379620e commit 6fdfcac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export default async function extractAction(

spinner.succeed(
enforceRequiredFields
? 'Extracted schema, with enforced required fields'
: 'Extracted schema',
? `Extracted schema to ${path} with enforced required fields`
: `Extracted schema to ${path}`,
)
} catch (err) {
trace.error(err)
Expand Down

0 comments on commit 6fdfcac

Please sign in to comment.