Преглед изворни кода

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;
   }