feat: auto get stable after use db
This commit is contained in:
parent
932dc94f7e
commit
17b77c44be
|
@ -1684,7 +1684,7 @@ bool matchEnd(TAOS* con, SShellCmd* cmd) {
|
|||
char* last = lastWord(ps);
|
||||
char* elast = strrchr(last, '.'); // find end last
|
||||
if(elast) {
|
||||
last = elast;
|
||||
last = elast + 1;
|
||||
}
|
||||
|
||||
if(strlen(last) < 2 ) {
|
||||
|
|
Loading…
Reference in New Issue