Explorar o código

More debug statements

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
610b6efad7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/docregistry/context.ts

+ 2 - 0
src/docregistry/context.ts

@@ -211,7 +211,9 @@ class Context<T extends DocumentRegistry.IModel> implements DocumentRegistry.ICo
         this._session = null;
         console.log('\n\nshutting down');
         return session.shutdown().then(() => {
+          console.log('**shut down');
           session.dispose();
+          console.log('**disposed');
           this.kernelChanged.emit(null);
           return void 0;
         });