浏览代码

Since sessions are passed in, they should not be disposed by the console; that is the instantiator's responsibility.

Afshin Darian 8 年之前
父节点
当前提交
3da50ab599
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/console/content.ts

+ 0 - 1
src/console/content.ts

@@ -220,7 +220,6 @@ class ConsoleContent extends Widget {
     this._history = null;
     this._inspectionHandler.dispose();
     this._inspectionHandler = null;
-    this._session.dispose();
     this._session = null;
   }