@rubytech/create-maxy 1.0.728 → 1.0.730

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.
@@ -16,7 +16,7 @@ import {
16
16
  sanitizeClientCorrId,
17
17
  streamActionEvents,
18
18
  vncLog
19
- } from "./chunk-HPU24BXP.js";
19
+ } from "./chunk-HU5FSQYA.js";
20
20
 
21
21
  // server/edge.ts
22
22
  import { createServer, request as httpRequest } from "http";
@@ -100,7 +100,7 @@ import {
100
100
  vncLog,
101
101
  waitForExit,
102
102
  writeChromiumWrapper
103
- } from "./chunk-HPU24BXP.js";
103
+ } from "./chunk-HU5FSQYA.js";
104
104
 
105
105
  // ../lib/graph-trash/dist/index.js
106
106
  var require_dist = __commonJS({
@@ -8327,6 +8327,10 @@ app11.post("/", requireAdminSession, async (c) => {
8327
8327
  if (controllerClosed) {
8328
8328
  sseLog.write(`[${ts}] [${sk}] admin: DISCONNECT [client_disconnect] ${rawMessage}
8329
8329
  `);
8330
+ interruptClient(session_key).catch((interruptErr) => {
8331
+ sseLog.write(`[${ts}] [${sk}] admin: ABORT [interrupt-failed] ${interruptErr instanceof Error ? interruptErr.message : String(interruptErr)}
8332
+ `);
8333
+ });
8330
8334
  } else {
8331
8335
  const category = classifyAgentError(err);
8332
8336
  const errEvent = JSON.stringify({ type: "text", content: friendlyAgentError(err) });