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

This commit is contained in:
Rodrigo Rodriguez 2023-12-11 15:46:53 -03:00
parent 676fe1fc6c
commit 0c2e91fcaf

View file

@ -620,7 +620,7 @@ export class GBVMService extends GBService {
// Signals token refresh job to stop.
for(i in tokens) {
for(let i in tokens) {
const token = tokens[i];
tokenStops[token] = true;
}