提交 00ac9049 编写于 作者: D dingbo

docs: typo

上级 d4be8985
...@@ -6,7 +6,7 @@ async function test() { ...@@ -6,7 +6,7 @@ async function test() {
let conn = connect(options); let conn = connect(options);
let cursor = conn.cursor(); let cursor = conn.cursor();
try { try {
let res = await cursor.query("show databases()"); let res = await cursor.query("show databases");
res.toString(); res.toString();
} catch (err) { } catch (err) {
console.log(err); console.log(err);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册