-
• #2
That's a really good point - no, they're not.
I've just filed a bug for it, and I'll try and get it fixed for the next release: https://github.com/espruino/Espruino/issÂues/1164
That's a really good point - no, they're not.
I've just filed a bug for it, and I'll try and get it fixed for the next release: https://github.com/espruino/Espruino/issÂues/1164
I've got the following code running, deliberately without having an SD card in the slot, but the catch statement never seems to execute. Am I being stupid?
I see
ERROR: Unable to mount media : NOT_READY
on the console but notcaught an error
. If I remove all myconsole.log
, I still getERROR: Unable to mount media : NOT_READY
so I'm assuming it is being logged higher up the stack?