You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
If file in appData folder is corrupted (storage/config.json) it causes an error on Lisk Nano launch.
It happens because electron-json-storage expects file with valid json format, but file can be empty.
Actual behaviour
There is no error exception on Lisk Nano launch.
Steps to reproduce
Try to open and close Lisk Nano many times before full loading is completed.
The text was updated successfully, but these errors were encountered:
Expected behaviour
If file in
appData
folder is corrupted (storage/config.json
) it causes an error on Lisk Nano launch.It happens because
electron-json-storage
expects file with valid json format, but file can be empty.Actual behaviour
There is no error exception on Lisk Nano launch.
Steps to reproduce
Try to open and close Lisk Nano many times before full loading is completed.
The text was updated successfully, but these errors were encountered: