add comment

pull/1/head
yann300 5 years ago committed by GitHub
parent a892ed0ad0
commit ac2a0d131e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/migrateFileSystem.js

@ -13,6 +13,7 @@ export default (fileProvider) => {
if (path !== '.remix.config') {
const content = fileStorage.get(path)
fileProvider.set(path, content)
// TODO https://github.com/ethereum/remix-ide/issues/2377
// fileStorage.remove(path) we don't want to remove it as we are still supporting the old version
console.log('file migrated', path)
}

Loading…
Cancel
Save