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:
@ -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)
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user