fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export class KeywordsExpressions {
|
|||
}
|
||||
accum.soFar.push(curr);
|
||||
}
|
||||
if (curr.split('"').length % 2 == 0) {
|
||||
if (curr.split('`').length % 2 == 0) {
|
||||
accum.isConcatting = !accum.isConcatting;
|
||||
}
|
||||
return accum;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue