@react-native/debugger-shell 0.85.0-nightly-20260117-3f56ac08b → 0.85.0-nightly-20260119-2e9b7fb2a

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.
@@ -73,7 +73,7 @@ async function unstable_spawnDebuggerShellWithArgs(
73
73
  } else if (mode === "syncThenExit") {
74
74
  child.on("close", function (code, signal) {
75
75
  debug("Debugger exited with code %s and signal %s", code, signal);
76
- if (code === null && !silent) {
76
+ if (code == null && !silent) {
77
77
  console.error(
78
78
  "Debugger exited with code %s and signal %s",
79
79
  code,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-native/debugger-shell",
3
3
  "productName": "React Native DevTools",
4
- "version": "0.85.0-nightly-20260117-3f56ac08b",
4
+ "version": "0.85.0-nightly-20260119-2e9b7fb2a",
5
5
  "description": "Experimental debugger shell for React Native for use with @react-native/debugger-frontend",
6
6
  "keywords": [
7
7
  "react-native",