Forráskód Böngészése

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

Afshin Darian 8 éve
szülő
commit
3da50ab599
1 módosított fájl, 0 hozzáadás és 1 törlés
  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;
   }