1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Correct rendering of error messages in demo-worker1.js. Remove some stray EOL whitespace.

FossilOrigin-Name: 1d5d515ad97cf61bd679f8c1afc607815c079583fe80264b591c6ef18f56fb8b
This commit is contained in:
stephan
2023-03-05 07:33:11 +00:00
parent 89b3cbed67
commit 32b3444f15
4 changed files with 13 additions and 13 deletions

View File

@ -62,7 +62,7 @@
return this.queue.shift();
}
};
const testCount = ()=>{
logHtml("","Total test count:",T.counter+". Total time =",(performance.now() - startTime),"ms");
};
@ -74,7 +74,7 @@
(ev.workerRespondTime - ev.workerReceivedTime),"ms.",
"Round-trip event time =",
(performance.now() - ev.departureTime),"ms.",
(evd.errorClass ? ev.message : "")//, JSON.stringify(evd)
(evd.errorClass ? evd.message : "")//, JSON.stringify(evd)
);
};