koishi-plugin-rusty-lake-lizard 1.0.1 → 1.0.2
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/lib/index.js +0 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1326,7 +1326,6 @@ async function handleRoomPoint(ctx, session, Config2, point) {
|
|
|
1326
1326
|
const roomHandler = roomHandlers[currentRoom.id];
|
|
1327
1327
|
try {
|
|
1328
1328
|
const response = await roomHandler(ctx, session, state, Config2, point);
|
|
1329
|
-
ctx.logger.info(response);
|
|
1330
1329
|
return response || `你查看了${point},但没有发现特别的东西。`;
|
|
1331
1330
|
} catch (error) {
|
|
1332
1331
|
console.error(`处理${point}时出错:`, error);
|