fix(shell): remove TAB KEY usage introduction on windows
This commit is contained in:
parent
5aac510914
commit
32a36b66f1
|
@ -1112,7 +1112,9 @@ int32_t shellExecute() {
|
|||
#ifdef WEBSOCKET
|
||||
if (!shell.args.restful && !shell.args.cloud) {
|
||||
#endif
|
||||
#ifndef WINDOWS
|
||||
printfIntroduction();
|
||||
#endif
|
||||
shellGetGrantInfo();
|
||||
#ifdef WEBSOCKET
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue