[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 => {
 | 
					            .catch(e => {
 | 
				
			||||||
                if (e.type === "devicenotfound" && d.reportDeviceNotFoundAsync) {
 | 
					                if (e.type === "devicenotfound" && d.reportDeviceNotFoundAsync) {
 | 
				
			||||||
                    return d.reportDeviceNotFoundAsync("/device/windows-app/troubleshoot");
 | 
					                    return d.reportDeviceNotFoundAsync("/device/windows-app/troubleshoot", resp);
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    return saveHexAsync()
 | 
					                    return saveHexAsync()
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,6 +38,6 @@
 | 
				
			|||||||
    "semantic-ui-less": "^2.2.4"
 | 
					    "semantic-ui-less": "^2.2.4"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "pxt-core": "0.17.3"
 | 
					    "pxt-core": "0.17.4"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user