Unverified Commit ac2a0d13 authored by yann300's avatar yann300 Committed by GitHub

add comment

parent a892ed0a
......@@ -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)
}
......
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