We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20656e7 commit 4b3bb37Copy full SHA for 4b3bb37
src/logs/parser.ts
@@ -327,7 +327,7 @@ export class Parser {
327
if (currentText) {
328
state.output = currentText;
329
result.push(state);
330
- // deep copy exisiting style for the line to preserve different styles between commands
+ // deep copy existing style for the line to preserve different styles between commands
331
let previousStyle;
332
if (state.style) {
333
previousStyle = Object.assign({}, state.style);
0 commit comments