fix: 修复API和API3模式连续对话失效的bug

This commit is contained in:
ikechan8370 2023-03-04 11:07:50 +08:00
parent 55910dda96
commit 9910e5d825
2 changed files with 11 additions and 5 deletions

View file

@ -38,7 +38,7 @@ const defaultConfig = {
debug: true,
defaultTimeoutMs: 120000,
chromeTimeoutMS: 120000,
version: 'v2.0.13'
version: 'v2.0.14'
}
const _path = process.cwd()
let config = {}