remix ide linting fix

pull/1342/head^2
Aniket-Engg 3 years ago committed by Aniket
parent 5b9029f20b
commit ddea1e067e
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

@ -542,7 +542,7 @@ module.exports = class TestTab extends ViewPlugin {
callback(error)
}, (url, cb) => {
return this.contentImport.resolveAndSave(url).then((result) => cb(null, result)).catch((error) => cb(error.message))
}, {testFilePath}
}, { testFilePath }
)
}).catch((error) => {
if (error) return // eslint-disable-line

Loading…
Cancel
Save