Skip to content

Commit 9cdac42

Browse files
committed
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 58cfca8 commit 9cdac42

33 files changed

+28
-28
lines changed

β€Ž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-
const script = fixtures.path('inspector-cli/alive.js');
40+
const script = fixtures.path('debugger/alive.js');
4141
let cli = null;
4242
let target = null;
4343

0 commit comments

Comments
Β (0)