Skip to content

Commit

Permalink
log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jan 2, 2024
1 parent 190003c commit 45689a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/til.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ open all in fzf.`)
// format the file first
const prettier = path.resolve(TIL_PATH, 'node_modules/.bin/prettier')
await run(
`${prettier} -w --loglevel silent --parser mdx --prose-wrap always --trailing-comma none "${quot(
`${prettier} -w --log-level silent --parser mdx --prose-wrap always --trailing-comma none "${quot(
filepath
)}"`
)
Expand Down

0 comments on commit 45689a4

Please sign in to comment.