Skip to content

Commit

Permalink
fix: remove template literal that breaks old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho authored Jan 22, 2021
1 parent e246461 commit cf33f40
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 cf33f40

Please sign in to comment.