You are reading a single comment by @FManga and its replies.
Click here to read the full conversation.
-
There's no Synthwave in the main banglejs.com/apps page - so I assume it's in your repo?
The PullRequest for it (together with Warpdrive) is still open (https://github.com/espruino/BangleApps/pull/3156). My fork of BangleApps is only missing the last 3 commits, which don't seem to be related. Besides, I was testing on https://www.espruino.com/ide, not my own fork of the IDE.
Those errors are expected - the 404s are fine (it tries different URLs to find the files, sometimes they're not at the first URL). They would have happened before too.
I've seen
Error: Unreachable point. logically broken.
for widget_utils too - it's not related to these changes. It seems it's acontinue
statement which looks legit, but for some reason the minifier takes issue with it - I'll just refactor the code slightly to fix thatThere's no
Synthwave
in the main banglejs.com/apps page - so I assume it's in your repo? Any chance you haven't updated to the latest AppLoaderCore for thecore
folder? That might be using old tools which are then breaking the upload?