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 1c919f6 commit e894df5Copy full SHA for e894df5
src/lib/reporters/Pretty.ts
@@ -406,7 +406,7 @@ export default class Pretty extends Coverage implements PrettyProperties {
406
charm.foreground(color);
407
}
408
line = line.split('\n', 1)[0];
409
- charm.write('$(line.slice(0, this.dimensions.width))\n');
+ charm.write(`${line.slice(0, this.dimensions.width)}\n`);
410
charm.display('reset');
411
});
412
0 commit comments