@kelceyp/caw-server 0.0.4 → 0.0.5
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/dist/main.js +2 -2
- package/dist/main.js.map +3 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -56272,7 +56272,7 @@ ${sessionList}`
|
|
|
56272
56272
|
};
|
|
56273
56273
|
}
|
|
56274
56274
|
try {
|
|
56275
|
-
const result = await sessionManager.sendCommand(pageId, "sendMessage", { text, timeout });
|
|
56275
|
+
const result = await sessionManager.sendCommand(pageId, "sendMessage", { text, timeout }, timeout || 120000);
|
|
56276
56276
|
return {
|
|
56277
56277
|
content: [
|
|
56278
56278
|
{
|
|
@@ -56974,4 +56974,4 @@ ${signal} received, shutting down gracefully...`);
|
|
|
56974
56974
|
process.on("SIGINT", () => shutdown("SIGINT"));
|
|
56975
56975
|
process.on("SIGTERM", () => shutdown("SIGTERM"));
|
|
56976
56976
|
|
|
56977
|
-
//# debugId=
|
|
56977
|
+
//# debugId=BE2433F55DA5A3FF64756E2164756E21
|