Log the statistics to the console

This commit is contained in:
Starbeamrainbowlabs 2019-07-26 15:26:10 +01:00
parent 048a5c25a7
commit 9e93940225
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ class LayerAI {
this.workers.length = 0; // Empty the array of workers
console.log(this.stats);
return this.geojson;
}