modify node ci example

This commit is contained in:
menshibin 2024-09-25 20:21:24 +08:00
parent 012d207dbd
commit 46a093c69f
1 changed files with 4 additions and 10 deletions

View File

@ -43,15 +43,9 @@ async function schemalessInsert() {
} }
async function test() { async function test() {
try { console.log("begin line_example")
console.log("begin line_example") await schemalessInsert();
await schemalessInsert(); console.log("end line_example")
console.log("end line_example")
} catch(e) {
console.log("eeeeeeeeeeeeeer", err)
await taos.sleep(100);
}
} }
test() test()