Closed
Description
It shows this in the console, but I don't see any indication of what file wasn't found:
{
"name": "ErrnoError",
"errno": 44,
"code": "ENOENT",
"message": "No such file or directory"
}
Ln @ custom.js:167
await in Ln (async)
define @ custom.js:251
(anonymous) @ core.js:291
Promise.then (async)
(anonymous) @ core.js:164
If I change type="mpy"
to type="py"
, then it works fine.
It looks like this problem was introduced by #104, as the previous main branch commit (7ccfed1) works fine.
Metadata
Metadata
Assignees
Labels
No labels