Skip to content

Commit 65df08d

Browse files
author
hirsch88
committed
Add the dist path to the scope parser for our logger
1 parent ccdb51d commit 65df08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/Logger.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class Logger {
3333
if (path.indexOf('/') >= 0) {
3434
path = path.replace(process.cwd(), '');
3535
path = path.replace('/src/', '');
36+
path = path.replace('/dist/', '');
3637
path = path.replace('.ts', '');
3738
path = path.replace('.js', '');
3839
path = path.replace(/\//g, ':');

0 commit comments

Comments
 (0)