Hi,
In makelogs\samples\random_list.js file you have RandomList function, this function return sometimes undefined, for example in case the list length is 2, and Math.random() return 0.9, so the function return list[2], there is nothing in this place, I think you need to replace Math.round with Math.floor
Hi, In makelogs\samples\random_list.js file you have RandomList function, this function return sometimes undefined, for example in case the list length is 2, and Math.random() return 0.9, so the function return list[2], there is nothing in this place, I think you need to replace Math.round with Math.floor