瀏覽代碼

refactor after review

Borys Palka 5 年之前
父節點
當前提交
3a0eacf7cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
     });
   }