Ver código fonte

refactor after review

Borys Palka 5 anos atrás
pai
commit
3a0eacf7cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/handlers/cell.ts

+ 1 - 1
src/handlers/cell.ts

@@ -37,7 +37,7 @@ export class CellManager implements IDisposable {
       this.showCurrentLine(lineNumber);
     });
 
-    this._debuggerModel.clearLines.connect(() => {
+    this._debuggerModel.linesCleared.connect(() => {
       this.cleanupHighlight();
     });
   }