@react-native/community-cli-plugin 0.79.0-nightly-20250210-b45a3e5cd → 0.79.0-nightly-20250211-fffd6d75b

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.
@@ -35,8 +35,11 @@ class OpenDebuggerKeyboardHandler {
35
35
  "Failed to open debugger for %s (%s): %s",
36
36
  target.title,
37
37
  target.description,
38
- e.message
38
+ "Network error"
39
39
  );
40
+ if (e.cause != null) {
41
+ this.#log("error", "Cause: %s", e.cause);
42
+ }
40
43
  this.#clearTerminalMenu();
41
44
  }
42
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/community-cli-plugin",
3
- "version": "0.79.0-nightly-20250210-b45a3e5cd",
3
+ "version": "0.79.0-nightly-20250211-fffd6d75b",
4
4
  "description": "Core CLI commands for React Native",
5
5
  "keywords": [
6
6
  "react-native",
@@ -22,8 +22,8 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@react-native/dev-middleware": "0.79.0-nightly-20250210-b45a3e5cd",
26
- "@react-native/metro-babel-transformer": "0.79.0-nightly-20250210-b45a3e5cd",
25
+ "@react-native/dev-middleware": "0.79.0-nightly-20250211-fffd6d75b",
26
+ "@react-native/metro-babel-transformer": "0.79.0-nightly-20250211-fffd6d75b",
27
27
  "chalk": "^4.0.0",
28
28
  "debug": "^2.2.0",
29
29
  "invariant": "^2.2.4",