Skip to content

Commit 7c10305

Browse files
authored
fix: hanging-reporter link in cli (#9649)
1 parent c0c0ebc commit 7c10305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/node/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ export class Vitest {
14601460
}
14611461

14621462
if (!this.reporters.some(r => r instanceof HangingProcessReporter)) {
1463-
console.warn('You can try to identify the cause by enabling "hanging-process" reporter. See https://vitest.dev/config/reporters')
1463+
console.warn('You can try to identify the cause by enabling "hanging-process" reporter. See https://vitest.dev/guide/reporters.html#hanging-process-reporter')
14641464
}
14651465
}
14661466

0 commit comments

Comments
 (0)