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
|
#ifdef WEBSOCKET
|
||||||
if (!shell.args.restful && !shell.args.cloud) {
|
if (!shell.args.restful && !shell.args.cloud) {
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef WINDOWS
|
||||||
printfIntroduction();
|
printfIntroduction();
|
||||||
|
#endif
|
||||||
shellGetGrantInfo();
|
shellGetGrantInfo();
|
||||||
#ifdef WEBSOCKET
|
#ifdef WEBSOCKET
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue