Commit b665f667 authored by nanahira's avatar nanahira

bump

parent 48ecc43a
This diff is collapsed.
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.0.3 || ^8.0.0", "@nestjs/common": "^9.0.3 || ^8.0.0",
"@nestjs/core": "^9.0.3 || ^8.0.0", "@nestjs/core": "^9.0.3 || ^8.0.0",
"koishi": "^4.11.4", "koishi": "^4.13.0",
"rxjs": "^7.5.5" "rxjs": "^7.5.5"
}, },
"devDependencies": { "devDependencies": {
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"koa": "^2.13.4", "koa": "^2.13.4",
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"koishi-thirdeye": "^11.1.21", "koishi-thirdeye": "^11.2.0",
"typed-reflector": "^1.0.11", "typed-reflector": "^1.0.11",
"ws": "^8.7.0" "ws": "^8.7.0"
}, },
......
...@@ -20,7 +20,6 @@ export class KoishiExceptionHandlerService extends ConsoleLogger { ...@@ -20,7 +20,6 @@ export class KoishiExceptionHandlerService extends ConsoleLogger {
handleActionException(e: Error) { handleActionException(e: Error) {
if (e instanceof SessionError) { if (e instanceof SessionError) {
console.log('session error');
throw e; throw e;
} }
if (e instanceof HttpException || e instanceof WsException) { if (e instanceof HttpException || e instanceof WsException) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment