[UWP App] Add download button in troubleshoot dialog (#638)
This commit is contained in:
		
				
					committed by
					
						
						Peli de Halleux
					
				
			
			
				
	
			
			
			
						parent
						
							35c712bc6d
						
					
				
				
					commit
					ca7879b791
				
			@@ -349,7 +349,7 @@ namespace pxt.editor {
 | 
			
		||||
            })
 | 
			
		||||
            .catch(e => {
 | 
			
		||||
                if (e.type === "devicenotfound" && d.reportDeviceNotFoundAsync) {
 | 
			
		||||
                    return d.reportDeviceNotFoundAsync("/device/windows-app/troubleshoot");
 | 
			
		||||
                    return d.reportDeviceNotFoundAsync("/device/windows-app/troubleshoot", resp);
 | 
			
		||||
                } else {
 | 
			
		||||
                    return saveHexAsync()
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user