Commit ddea1e06 authored by Aniket-Engg's avatar Aniket-Engg Committed by Aniket

remix ide linting fix

parent 5b9029f2
......@@ -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
......
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