未验证 提交 b3c4ea72 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #4012 from taosdata/hotfix/TD-1825

[TD-1825]<hotfix>: avoid error for nodejsChecker
......@@ -42,8 +42,8 @@ function executeQuery(sql){
var start = new Date().getTime();
var promise = cursor.query(sql, true);
var end = new Date().getTime();
printSql(sql, promise != null,(end - start));
promise.then(function(result){
printSql(sql, result != null,(end - start));
result.pretty();
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册