@efengx/openclaw-channel-dragon 0.1.46 → 0.1.47
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -162,8 +162,8 @@ async function startPolling(ctx) {
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
};
|
|
165
|
-
// Diagnostic: log
|
|
166
|
-
logger?.info?.(`dragon channel:
|
|
165
|
+
// Diagnostic: log connection attempt
|
|
166
|
+
logger?.info?.(`dragon channel: connecting to SSE (no-env-diag)...`);
|
|
167
167
|
// First try: standard fetch (HTTP/1.1 in Node).
|
|
168
168
|
const res = await fetch(sseUrl, {
|
|
169
169
|
signal: ctx.abortSignal,
|