@platformatic/control
Advanced tools
+1
-1
@@ -145,3 +145,3 @@ import { createDebugLogger, ensureLoggableError, safeRemove } from '@platformatic/foundation' | ||
| // If it is just a non running runtime, we can remove its tmp dir, otherwise we log the error | ||
| if (metadataRequest.reason.code !== 'ECONNREFUSED') { | ||
| if (metadataRequest.reason.code !== 'ECONNREFUSED' && metadataRequest.reason.code !== 'ENOENT') { | ||
| this.#logger?.warn( | ||
@@ -148,0 +148,0 @@ { error: ensureLoggableError(metadataRequest.reason) }, |
+4
-4
| { | ||
| "name": "@platformatic/control", | ||
| "version": "3.39.0", | ||
| "version": "3.40.0", | ||
| "description": "Platformatic Control", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
| "typescript": "^5.5.4", | ||
| "@platformatic/runtime": "3.39.0", | ||
| "@platformatic/service": "3.39.0" | ||
| "@platformatic/runtime": "3.40.0", | ||
| "@platformatic/service": "3.40.0" | ||
| }, | ||
@@ -38,3 +38,3 @@ "dependencies": { | ||
| "ws": "^8.16.0", | ||
| "@platformatic/foundation": "3.39.0" | ||
| "@platformatic/foundation": "3.40.0" | ||
| }, | ||
@@ -41,0 +41,0 @@ "tsd": { |
40983
0.11%+ Added
- Removed