Skip to content

Commit 6e11a50

Browse files
committed
fix(report): path separator
closes #358
1 parent 8ee20bf commit 6e11a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function ReportPlugin(
112112
logger.info(
113113
nameLabel,
114114
formatLabel,
115-
dim(`${outDir}/`) +
115+
dim(outDir + path.sep) +
116116
filenameColor((size.isEntry ? bold : noop)(size.filename)),
117117
` `.repeat(filenameLength - size.filename.length),
118118
dim(size.rawText),

0 commit comments

Comments
 (0)