Fix "Unknown app undefined" in 'My Apps' when installing a new app (fix #106)

pull/191/head
Gordon Williams 2020-03-03 09:10:28 +00:00
parent b982231408
commit 4fe8cc3fd6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ uploadApp : (app,skipReset) => {
if (fileContents.length==0) {
Puck.write(`\x10E.showMessage('Hold BTN3\\nto reload')\n`,(result) => {
if (result===null) return reject("");
resolve(appJSON);
resolve(app);
});
return;
}