new(basic.gblib): New batch features.
This commit is contained in:
parent
f321ed6731
commit
3249da0c93
2 changed files with 1 additions and 1373 deletions
|
@ -542,7 +542,7 @@ export class GBVMService extends GBService {
|
|||
let col = 1;
|
||||
let index = 1;
|
||||
|
||||
const mid(str, start, length) {
|
||||
const mid = (str, start, length) => {
|
||||
start = start - 1;
|
||||
if (length === undefined) {
|
||||
return str.substring(start);
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue