mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
optimize
This commit is contained in:
@@ -153,8 +153,8 @@ export function invoke<ReturnType>(params: InvokeParams<ReturnType>) {
|
||||
afterFirstCmd && secondCallback()
|
||||
}
|
||||
else {
|
||||
log('ntqq api call failed', result)
|
||||
reject(`ntqq api call failed, ${result.errMsg}`)
|
||||
log('ntqq api call failed,', params.methodName, result)
|
||||
reject(`ntqq api call failed, ${params.methodName}, ${result.errMsg}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user