Unverified Commit 38c93409 authored by yann300's avatar yann300 Committed by GitHub

added comment

parent bca86d4d
import { Storage } from 'remix-lib' import { Storage } from 'remix-lib'
/*
Migrating the files to the BrowserFS storage instead or raw localstorage
*/
export default (fileProvider) => { export default (fileProvider) => {
const fileStorage = new Storage('sol:') const fileStorage = new Storage('sol:')
if (fileStorage.keys().length === 0) return if (fileStorage.keys().length === 0) return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment