[UWP App] Add download button in troubleshoot dialog (#638)
This commit is contained in:
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()
|
||||
}
|
||||
|
@ -38,6 +38,6 @@
|
||||
"semantic-ui-less": "^2.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-core": "0.17.3"
|
||||
"pxt-core": "0.17.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user