diff --git a/editor/extension.ts b/editor/extension.ts index 89a891dc..24853732 100644 --- a/editor/extension.ts +++ b/editor/extension.ts @@ -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() } diff --git a/package.json b/package.json index f0fc8072..40861e5e 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "semantic-ui-less": "^2.2.4" }, "dependencies": { - "pxt-core": "0.17.3" + "pxt-core": "0.17.4" } }