fix(basic.gblib): Allow MERGE keyword in storage #380. @othonlima
This commit is contained in:
parent
b4ba7df585
commit
c1cad3573d
1 changed files with 2 additions and 0 deletions
|
@ -579,6 +579,8 @@ export class GBVMService extends GBService {
|
||||||
});
|
});
|
||||||
return uuid;
|
return uuid;
|
||||||
};
|
};
|
||||||
|
const random = () => { return Number.parseInt((Math.random() * 8) % 8 * 100000000)};
|
||||||
|
|
||||||
|
|
||||||
// Setups interprocess communication from .gbdialog run-time to the BotServer API.
|
// Setups interprocess communication from .gbdialog run-time to the BotServer API.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue