Skip to content

Commit

Permalink
Update log.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 12, 2023
1 parent 3dde65e commit fd1a742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/core/log.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class LogService {
}
}

if (line.includes(`[36m[${this.pluginName}]`)) {
if (line.includes(`36m[${this.pluginName}]`)) {
this.term.write(line + '\r');
includeNextLine = true;
}
Expand Down

0 comments on commit fd1a742

Please sign in to comment.