fix(shell): remove TAB KEY usage introduction on windows

This commit is contained in:
Alex Duan 2022-10-11 16:57:47 +08:00
parent 5aac510914
commit 32a36b66f1
1 changed files with 2 additions and 0 deletions

View File

@ -1112,7 +1112,9 @@ int32_t shellExecute() {
#ifdef WEBSOCKET
if (!shell.args.restful && !shell.args.cloud) {
#endif
#ifndef WINDOWS
printfIntroduction();
#endif
shellGetGrantInfo();
#ifdef WEBSOCKET
}