Explorar el Código

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

Afshin Darian hace 8 años
padre
commit
3da50ab599
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
   }