mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix TODO comment
This commit is contained in:
@@ -2732,7 +2732,7 @@ export class InputHandler extends Disposable implements IInputHandler {
|
||||
parseInt(match[4], 16)
|
||||
];
|
||||
|
||||
//TODO: remove debug
|
||||
// TODO: remove debug
|
||||
console.log(`Setting ANSI color ${colorIndex} to RGB value ${color}`);
|
||||
this._onAnsiColorChange.fire(colorIndex, color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user