File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,6 @@ export async function transform(
185185      return  asyncResolveImports . call ( this ,  asyncResolve ) ; 
186186    } ; 
187187
188-     resolveImports . id  =  ( asyncResolve  as  any ) . id ; 
189- 
190188    memoizedAsyncResolve . set ( asyncResolve ,  resolveImports ) ; 
191189  } 
192190
Original file line number Diff line number Diff line change @@ -130,11 +130,7 @@ export class BaseAction<TAction extends ActionQueueItem>
130130    type  IterationResult  =  AnyIteratorResult < TMode ,  TypeOfResult < TAction > > ; 
131131
132132    if  ( this . handler  &&  this . handler  !==  handler )  { 
133-       throw  new  Error ( 
134-         `action handler is already set ${ ( this . handler  as  any ) . id }   ${  
135-           ( handler  as  any ) . id  
136-         }  `
137-       ) ; 
133+       throw  new  Error ( `action handler is already set` ) ; 
138134    } 
139135
140136    this . handler  =  handler ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments