File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 
src/Components/test/testassets/BasicTestApp Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 282282        }
283283
284284        await  JSObjectReferenceAsyncTests ();
285+ 
285286        if  (shouldSupportSyncInterop )
286287        {
287288            JSObjectReferenceTests ();
631632        } 
632633        catch  (Exception  ex )
633634        { 
634-             ReturnValues [" invokeAsyncNonExistentJSObjectReference"  ] =  " Failure"  ;
635+             ReturnValues [" invokeAsyncNonExistentJSObjectReference"  ] =  $ " Failure: { ex . Message } "  ;
635636        } 
636637    } 
637638
638-     private  async   Task  JSObjectReferenceTests ()
639+     private  void  JSObjectReferenceTests ()
639640    { 
640641        var  inProcRuntime  =  ((IJSInProcessRuntime )JSRuntime );
641642
691692        } 
692693        catch  (Exception  ex )
693694        { 
694-             ReturnValues [" invokeNonExistentJSObjectReference"  ] =  " Failure"  ;
695+             ReturnValues [" invokeNonExistentJSObjectReference"  ] =  $ " Failure: { ex . Message } "  ;
695696        } 
696697    } 
697698
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments