You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates the bundled `node-inspect` to 1.10.6.
Highlights:
* `node --debug-port=1234 inspect` respects the custom port.
* Test stability improvements on various platforms.
Compare: nodejs/node-inspect@v1.10.4...v1.10.6
PR-URL: #11869
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
* Take --debug-port into account - **[@jkrems](https://github.com/jkrems)**[#26](https://github.com/nodejs/node-inspect/pull/26)
12
+
-[`054d4b1`](https://github.com/nodejs/node-inspect/commit/054d4b10e65f12a3a4b10b4c0ab2a4768cc5e893)**fix:** Take --debug-port into account
13
+
* Delay run until breakpoints are restored - **[@jkrems](https://github.com/jkrems)**[#34](https://github.com/nodejs/node-inspect/pull/34)
14
+
-[`802b88c`](https://github.com/nodejs/node-inspect/commit/802b88c8ad0a57608cb9e0cb4bf46ed683bb6344)**fix:** Delay run until breakpoints are restored
15
+
-[`2b93173`](https://github.com/nodejs/node-inspect/commit/2b93173d95e7f8b30d85603613cb2ae3b3ec18db)**fix:** Use single string for paused notice
16
+
-[`b4d5ee2`](https://github.com/nodejs/node-inspect/commit/b4d5ee2a3d25613b35a2e8e10a0eb75582cc5654)**fix:** Work around inconsistent handling of strict directive
17
+
-[`f6ccfc7`](https://github.com/nodejs/node-inspect/commit/f6ccfc7f4d00ad4fdf3b581b677f8d7f1699c44c)**fix:** Only restart after port is free
18
+
-[`8b101bf`](https://github.com/nodejs/node-inspect/commit/8b101bf669ca102df4980bfad3e0436ef1c2f1a4)**test:** Skip exact match on AIX
19
+
*[`a4e4b6f`](https://github.com/nodejs/node-inspect/commit/a4e4b6feeba4dedfd2c89ef32f39e813314d3bbd)**chore:** Fix repo info in package.json
20
+
21
+
22
+
### 1.10.5
23
+
24
+
* docs: minor edits to governance docs - **[@joshgav](https://github.com/joshgav)**[#17](https://github.com/buggerjs/node-inspect/pull/17)
25
+
-[`a70fe04`](https://github.com/buggerjs/node-inspect/commit/a70fe04bdde9b7c74588685066291f9b11183328)**docs:** minor edits to governance docs
26
+
27
+
1
28
### 1.10.4
2
29
3
30
*[`1c31bf7`](https://github.com/buggerjs/node-inspect/commit/1c31bf7d1b3ea1b424ae0662526596670cb506c9)**chore:** Support embedded mode
0 commit comments