[TD-13736]<fix>: console exit input error.
This commit is contained in:
parent
9d1d2b182d
commit
e697f63013
|
@ -41,9 +41,11 @@ void *cancelHandler(void *arg) {
|
|||
taosReleaseRef(tscObjRef, rid);
|
||||
#endif
|
||||
#else
|
||||
reset_terminal_mode();
|
||||
printf("\nReceive ctrl+c or other signal, quit shell.\n");
|
||||
exit(0);
|
||||
#endif
|
||||
reset_terminal_mode();
|
||||
printf("\nReceive ctrl+c or other signal, quit shell.\n");
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue