diff --git a/create-reporter/index.js b/create-reporter/index.js index 39f8c0a..d3967b5 100644 --- a/create-reporter/index.js +++ b/create-reporter/index.js @@ -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 = {