We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 在check中return了值但是没有被处理
To Reproduce 创建一个cmd并在check中返回一个值 action的行为不会被阻断
Expected behavior 阻断接下来的action行为
Screenshots
Versions "dependencies": { "dayjs": "^1.10.4", "koishi": "^3.7.0", "koishi-adapter-onebot": "^3.0.5", "koishi-plugin-mongo": "^2.2.1", "lodash": "^4.17.21", "ts-node": "^9.1.1", "tsconfig-paths": "^3.9.0", "tslib": "^2.2.0", "typescript": "^4.2.3", "uuid": "^8.3.2" }, "devDependencies": { "@types/glob": "^7.1.3", "@types/lodash": "^4.14.168", "@types/node": "^14.14.37", "@types/uuid": "^8.3.0", "nodemon": "^2.0.7" }
Additional context null
The text was updated successfully, but these errors were encountered:
check传入为async函数时会触发该问题
Sorry, something went wrong.
2818e32
No branches or pull requests
Describe the bug
在check中return了值但是没有被处理
To Reproduce
创建一个cmd并在check中返回一个值
action的行为不会被阻断
Expected behavior
阻断接下来的action行为
Screenshots
![image](https://user-images.githubusercontent.com/51358815/114263863-810ef380-9a1a-11eb-89b2-e24faf4f063d.png)
![image](https://user-images.githubusercontent.com/51358815/114263886-8b30f200-9a1a-11eb-9fe7-d960a5376d5d.png)
Versions
"dependencies": {
"dayjs": "^1.10.4",
"koishi": "^3.7.0",
"koishi-adapter-onebot": "^3.0.5",
"koishi-plugin-mongo": "^2.2.1",
"lodash": "^4.17.21",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.2.0",
"typescript": "^4.2.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@types/uuid": "^8.3.0",
"nodemon": "^2.0.7"
}
Additional context
null
The text was updated successfully, but these errors were encountered: