Можно сделать так, но толку от того никакого.
Нужно больше данных о скрипте.
}
if (!result.length) {
throw new Error('Result is empty');
}
let more = result[0].num
if (result[0].active == 0) {
io.to('cube').emit(`response`,{
'type':'dicedata',
'time':result[0].time,
'hash':result[0].hash,
'res':result[0].res,
'stavki':diceusers,
'history':dicehistory,
'work':result[0].activegame
})