Skip to content

Commit fff21a4

Browse files
Trotttargos
authored andcommitted
test: replace "inspector-cli" with "debugger"
When I moved node-inspect into core, I called a lot of things `inspector-cli` that really should have been `debugger`. This is the last of them to be renamed. PR-URL: #39156 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent aafa08d commit fff21a4

33 files changed

+28
-28
lines changed
File renamed without changes.

‎test/sequential/test-debugger-address.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function launchTarget(...args){
3737
}
3838

3939
{
40-
constscript=fixtures.path('inspector-cli/alive.js');
40+
constscript=fixtures.path('debugger/alive.js');
4141
letcli=null;
4242
lettarget=null;
4343

0 commit comments

Comments
(0)