“bf4645a01314263b4f0774f3abd2238be7c2493c”上不存在“projects/tmodloader/imports.yml”
未验证 提交 035d4ee5 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #3059 from taosdata/add_notification_msg

add notification message before return
...@@ -199,6 +199,7 @@ int main(int argc, char *argv[]) ...@@ -199,6 +199,7 @@ int main(int argc, char *argv[])
taos_free_result(result); taos_free_result(result);
taos_stmt_close(stmt); taos_stmt_close(stmt);
printf("Data has been written, Please press enter to return");
return getchar(); return getchar();
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册