Closed jcubic closed 1 year ago
This fixes the forced delay to deactivate the FS.
The old code was using a side effect of calling stat('/'). After the fix it call deactivate directly which makes it so the code that uses lighthingFS don't need to put a 500ms delay after init.
stat('/')
deactivate
This fixes the forced delay to deactivate the FS.
The old code was using a side effect of calling
stat('/')
. After the fix it calldeactivate
directly which makes it so the code that uses lighthingFS don't need to put a 500ms delay after init.