fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima

This commit is contained in:
Rodrigo Rodriguez 2023-12-17 00:41:44 -03:00
parent b4ba7df585
commit c1cad3573d

View file

@ -579,6 +579,8 @@ export class GBVMService extends GBService {
});
return uuid;
};
const random = () => { return Number.parseInt((Math.random() * 8) % 8 * 100000000)};
// Setups interprocess communication from .gbdialog run-time to the BotServer API.