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 {
runningTest,
currentCompilerUrl,
canUseWorker(this.compileTab.getCurrentVersion()),
(result) => { this.testCallback(result) },
(_err, result, cb) => { this.resultsCallback(_err, result, cb) },
(result) => this.testCallback(result),
(_err, result, cb) => this.resultsCallback(_err, result, cb),
(error, result) => {
this.updateFinalResult(error, result, testFilePath)
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