Skip to content

Commit 62b439e

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 <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 70e527c commit 62b439e

33 files changed

+28
-28
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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-
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)