new(basic.gblib): Allow TABLE keyword multiple times per file #383.

This commit is contained in:
Rodrigo Rodriguez 2023-10-10 13:51:27 -03:00
parent 15b6d9ebc0
commit 2f99a2d548

View file

@ -1784,16 +1784,8 @@ export class SystemKeywords {
};
let result;
if (!SystemKeywords.aa) {
SystemKeywords.aa = 1;
return r1;
} else {
SystemKeywords.aa = null;
return r2;
}
//const result = await fetch(url, options);
const result = await fetch(url, options);
try {