Ver código fonte

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

Afshin Darian 8 anos atrás
pai
commit
3da50ab599
1 arquivos alterados com 0 adições e 1 exclusões
  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;
   }