提交 32a36b66 编写于 作者: A Alex Duan

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

上级 5aac5109
...@@ -1112,7 +1112,9 @@ int32_t shellExecute() { ...@@ -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
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册