new(basic.gblib): Allow TABLE keyword multiple times per file #383.
This commit is contained in:
parent
15b6d9ebc0
commit
2f99a2d548
1 changed files with 1 additions and 9 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue