@ebowwa/channel-ssh 1.1.2 → 1.1.3
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 +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -419,9 +419,9 @@ async function main() {
|
|
|
419
419
|
// Ensure directories exist
|
|
420
420
|
ensureDir();
|
|
421
421
|
|
|
422
|
-
//
|
|
422
|
+
// Verify API key is configured
|
|
423
423
|
try {
|
|
424
|
-
|
|
424
|
+
getAPIKey();
|
|
425
425
|
console.log('GLM client initialized with retry support');
|
|
426
426
|
} catch (e) {
|
|
427
427
|
console.error('Failed to initialize GLM client:', (e as Error).message);
|