Skip to content

Commit

Permalink
Merge cf33f40 into e246461
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho authored Jan 22, 2021
2 parents e246461 + cf33f40 commit b27b961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function Karma (updater, socket, iframe, opener, navigator, location, document)
}

socket.emit('karma_error', message)
self.updater.updateTestStatus(`karma_error ${message}`)
self.updater.updateTestStatus('karma_error ' + message)
this.complete()
return false
}
Expand Down

0 comments on commit b27b961

Please sign in to comment.