Telemetry stuff

This commit is contained in:
adolfintel 2018-12-07 17:56:28 +01:00
parent a869de02a2
commit 153e313a53
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ this.addEventListener('message', function (e) {
runNextTest()
}
if (params[0] === 'abort') { // abort command
tverb('manually aborted')
tlog('manually aborted')
clearRequests() // stop all xhr activity
runNextTest=null;
if (interval) clearInterval(interval) // clear timer if present

File diff suppressed because one or more lines are too long