File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ class Discovery {
309309      } 
310310    } 
311311    await  Promise . all ( taskPromises ) ; 
312+     this . logger . info ( `Stopped all tasks for ${ this . constructor . name }  ) ; 
312313    this . taskManager . deregisterHandler ( this . discoverVertexHandlerId ) ; 
313314    this . taskManager . deregisterHandler ( this . checkRediscoveryHandlerId ) ; 
314315    this . logger . info ( `Stopped ${ this . constructor . name }  ) ; 
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ class NodeConnection {
308308      logger : logger . getChild ( RPCClient . name ) , 
309309    } ) ; 
310310    if  ( validatedNodeId  ==  null )  { 
311-       never ( ` connection validated but no valid NodeId was returned` ) ; 
311+       never ( ' connection validated but no valid NodeId was returned' ) ; 
312312    } 
313313    // Obtaining remote node ID from certificate chain. It should always exist in the chain if validated. 
314314    //  This may de different from the NodeId we validated it as if it renewed at some point. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments