feat: auto get stable after use db

This commit is contained in:
Alex Duan 2023-02-11 23:02:11 +08:00
parent 932dc94f7e
commit 17b77c44be
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {