added comment

pull/5370/head
yann300 5 years ago committed by GitHub
parent 4aa58565ca
commit 7184375278
  1. 3
      src/migrateFileSystem.js

@ -1,6 +1,9 @@
import { Storage } from 'remix-lib'
/*
Migrating the files to the BrowserFS storage instead or raw localstorage
*/
export default (fileProvider) => {
const fileStorage = new Storage('sol:')
if (fileStorage.keys().length === 0) return

Loading…
Cancel
Save