File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 
packages/react-server/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1880,7 +1880,7 @@ function visitAsyncNode(
18801880          if  ( filterStackTrace ( request ,  node . stack ,  1 ) . length  ===  0 )  { 
18811881            // Typically we assume that the outer most Promise that was awaited in user space has the 
18821882            // most actionable stack trace for the start of the operation. However, if this Promise 
1883-             // Promise  was created inside only third party code, then try to use the inner node instead. 
1883+             // was created inside only third party code, then try to use the inner node instead. 
18841884            // This could happen if you pass a first party Promise into a third party to be awaited there. 
18851885            if  ( ioNode . end  <  0 )  { 
18861886              // If we haven't defined an end time, use the resolve of the outer Promise. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments