Fix "Unknown app undefined" in 'My Apps' when installing a new app (fix #106)
parent
b982231408
commit
4fe8cc3fd6
2
comms.js
2
comms.js
|
|
@ -18,7 +18,7 @@ uploadApp : (app,skipReset) => {
|
||||||
if (fileContents.length==0) {
|
if (fileContents.length==0) {
|
||||||
Puck.write(`\x10E.showMessage('Hold BTN3\\nto reload')\n`,(result) => {
|
Puck.write(`\x10E.showMessage('Hold BTN3\\nto reload')\n`,(result) => {
|
||||||
if (result===null) return reject("");
|
if (result===null) return reject("");
|
||||||
resolve(appJSON);
|
resolve(app);
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue