Try require("Storage").eraseAll() to clear Storage to a fresh state - then see if you still have the problem?
require("Storage").eraseAll()
@Gordon started
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.
Try
require("Storage").eraseAll()
to clear Storage to a fresh state - then see if you still have the problem?