more debugging for ceval toggle (#5832)

pull/5836/head
Niklas Fiekas 2019-12-29 10:32:27 +01:00
parent 1792fef2af
commit c2981fca90
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ export class Pool {
};
start = (work: Work) => {
console.log('sending ceval.pool.start');
window.lichess.storage.set('ceval.pool.start', Date.now().toString());
this.getWorker().then(function(worker) {
worker.start(work);