We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6630fa commit d09e18eCopy full SHA for d09e18e
src/core/Logger.ts
@@ -38,7 +38,7 @@ export class Logger {
38
filepath = filepath.replace(`${path.sep}dist${path.sep}`, '');
39
filepath = filepath.replace('.ts', '');
40
filepath = filepath.replace('.js', '');
41
- filepath = filepath.replace(/\//g, ':');
+ filepath = filepath.replace(path.sep, ':');
42
}
43
return filepath;
44
0 commit comments