fix(doc): surface graph errors as warnings (#25888)

This commit is contained in:
David Sherret 2024-09-26 12:31:03 -04:00 committed by GitHub
parent b80cf1f5e7
commit 7437f9d944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 75 additions and 65 deletions

View file

@ -274,10 +274,9 @@ impl LanguageServer {
factory.fs(),
&roots,
graph_util::GraphValidOptions {
is_vendoring: false,
kind: GraphKind::All,
check_js: false,
exit_lockfile_errors: false,
exit_integrity_errors: false,
},
)?;