Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 1, 2024
1 parent ed54a87 commit 6ac0e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-reporter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import pino from 'pino'
const root = join(fileURLToPath(import.meta.url), '..', '..')
export const PATH_TO_PRETTIFYING_PINO_TRANSPORT = join(
root,
'../human-formatter/index.js'
'human-formatter/index.js'
)

const ERROR_CODES = {
Expand Down

0 comments on commit 6ac0e8b

Please sign in to comment.