Commit 37b5ce2
debugger: fix race condition/deadlock on initialization
PR-URL: #38161
Refs: https://github.com/nodejs/node/discussions/36481
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent 93b0c78 commit 37b5ce2Copy full SHA for 37b5ce2
File tree
Expand file treeCollapse file tree
1 file changed
+10
-13
lines changedOpen diff view settings
Filter options
- lib/internal/inspector
Expand file treeCollapse file tree
1 file changed
+10
-13
lines changedOpen diff view settings
Collapse file
lib/internal/inspector/inspect_repl.js
Copy file name to clipboardExpand all lines: lib/internal/inspector/inspect_repl.js+10-13Lines changed: 10 additions & 13 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1062 | 1062 | |
1063 | 1063 | |
1064 | 1064 | |
1065 | | - |
1066 | | - |
1067 | | - |
1068 | | - |
1069 | | - |
1070 | | - |
1071 | | - |
1072 | | - |
1073 | | - |
1074 | | - |
1075 | | - |
1076 | | - |
1077 | | - |
| 1065 | + |
| 1066 | + |
| 1067 | + |
| 1068 | + |
| 1069 | + |
| 1070 | + |
| 1071 | + |
| 1072 | + |
| 1073 | + |
| 1074 | + |
1078 | 1075 | |
1079 | 1076 | |
1080 | 1077 | |
|
0 commit comments