dolphindb 3.1.36 → 3.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser.js +1 -1
- package/browser.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +4 -4
- package/test.js.map +1 -1
package/index.js
CHANGED
|
@@ -2925,7 +2925,7 @@ export class DDB {
|
|
|
2925
2925
|
});
|
|
2926
2926
|
if (!this.ticket)
|
|
2927
2927
|
try {
|
|
2928
|
-
await
|
|
2928
|
+
await ddb.invoke('login', [this.username, this.password]);
|
|
2929
2929
|
}
|
|
2930
2930
|
catch (error) {
|
|
2931
2931
|
console.log(t('ddb.cancel 无 ticket,尝试通过密码 login 失败'));
|