Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40f10ea

Browse files
committed
test: fixinternet/test-inspector-help-page
The webpage at the URL referenced by `node --inspect` was retitled whenit was recently moved.Update the test to match the new title "Debugging Node.js" (formerly"Debugging Guide").Refs:nodejs/nodejs.org#6265PR-URL:#51693Reviewed-By: Michaël Zasso <targos@protonmail.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent5aec3af commit40f10ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/internet/test-inspector-help-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function check(url, cb) {
2828
});
2929

3030
res.on('end',common.mustCall(()=>{
31-
assert.match(result,/>DebuggingGuide</);
31+
assert.match(result,/>DebuggingNode\.js</);
3232
cb();
3333
}));
3434
})).on('error',common.mustNotCall);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp