feat(shell): set conn to autoshell
This commit is contained in:
parent
c0cfa0da56
commit
e8455e0bb7
|
@ -1060,6 +1060,7 @@ int32_t shellExecute() {
|
|||
}
|
||||
#endif
|
||||
|
||||
shellSetConn(shell.conn);
|
||||
shellReadHistory();
|
||||
|
||||
if (pArgs->commands != NULL || pArgs->file[0] != 0) {
|
||||
|
|
Loading…
Reference in New Issue