Browse Source

refactor after review

Borys Palka 5 years ago
parent
commit
3a0eacf7cd
1 changed files with 1 additions and 1 deletions
  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();
     });
   }