We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e90d3f commit 463590cCopy full SHA for 463590c
package.json
@@ -5,7 +5,7 @@
5
"printableName": "Cache Web Terminal",
6
"description": "Web-based terminal emulator for Caché administering.",
7
"author": "ZitRo",
8
- "version": "4.7.1",
+ "version": "4.7.2",
9
"gaID": "UA-83005064-2",
10
"releaseNumber": 26,
11
"scripts": {
src/client/js/parser/grammar.js
@@ -833,6 +833,7 @@ rule("argumentList").split(
833
834
rule("nonEmptyArgumentList").branch().split(
835
char({ value: ".", class: "argument" }).id({ class: "argument" }),
836
+ char(",").optWhitespace().merge(),
837
call("expression")
838
).split(
839
char(",").optWhitespace().merge(),
0 commit comments