Commit 84f08a8a authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

style fixes

parent ca267eac
...@@ -173,8 +173,8 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -173,8 +173,8 @@ module.exports = class TestTab extends ViewPlugin {
runningTest, runningTest,
currentCompilerUrl, currentCompilerUrl,
canUseWorker(this.compileTab.getCurrentVersion()), canUseWorker(this.compileTab.getCurrentVersion()),
(result) => { this.testCallback(result) }, (result) => this.testCallback(result),
(_err, result, cb) => { this.resultsCallback(_err, result, cb) }, (_err, result, cb) => this.resultsCallback(_err, result, cb),
(error, result) => { (error, result) => {
this.updateFinalResult(error, result, testFilePath) this.updateFinalResult(error, result, testFilePath)
this.loading.hidden = true this.loading.hidden = true
......
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