mirror of https://gitee.com/bigwinds/arangodb
Fixed a bug in the store update function
This commit is contained in:
parent
93765c4e51
commit
fa72585206
|
@ -194,7 +194,7 @@
|
||||||
f = m[i];
|
f = m[i];
|
||||||
match = reSub.exec(f);
|
match = reSub.exec(f);
|
||||||
|
|
||||||
if (match !== null) {
|
if (match === null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue