The problem was that there were no any files seen in the storage via IDE.
But as soon as I executed "eraseAll" command my Espruino became alive again. So, the storage was probably filled with some hidden trash due to some occasion.
Thanks for the help
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You can do
require("Storage").eraseAll()
to ensure you totally wipe everything if needed