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

Merge branch 'master' into fix-hardhat-timeout

parents 7680a852 ea1f7539
......@@ -726,9 +726,7 @@ class FileManager extends Plugin {
syncEditor (path) {
var currentFile = this._deps.config.get('currentFile')
console.log(currentFile, path)
if (path !== currentFile) return
var provider = this.fileProviderOf(currentFile)
if (provider) {
provider.get(currentFile, (error, content) => {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -136,13 +136,13 @@
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.3.0",
"@ethereumjs/vm": "^5.5.0",
"@remixproject/engine": "^0.3.20-alpha.2",
"@remixproject/engine-web": "^0.3.20-alpha.2",
"@remixproject/plugin": "^0.3.20-alpha.2",
"@remixproject/plugin-api": "^0.3.20-alpha.2",
"@remixproject/plugin-utils": "^0.3.20-alpha.2",
"@remixproject/plugin-webview": "^0.3.20-alpha.2",
"@remixproject/plugin-ws": "^0.3.20-alpha.2",
"@remixproject/engine": "^0.3.20",
"@remixproject/engine-web": "^0.3.20",
"@remixproject/plugin": "^0.3.20",
"@remixproject/plugin-api": "^0.3.20",
"@remixproject/plugin-utils": "^0.3.20",
"@remixproject/plugin-webview": "^0.3.20",
"@remixproject/plugin-ws": "^0.3.20",
"ansi-gray": "^0.1.1",
"async": "^2.6.2",
"axios": ">=0.21.1",
......
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