Преглед на файлове

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