exchange js_lint message between bless and non-bless
This commit is contained in:
parent
3f808f29e6
commit
98975ffb79
1 changed files with 2 additions and 2 deletions
|
|
@ -334,9 +334,9 @@ fn check_impl(
|
|||
|
||||
if js_lint {
|
||||
if bless {
|
||||
eprintln!("linting javascript files");
|
||||
} else {
|
||||
eprintln!("linting javascript files and applying suggestions");
|
||||
} else {
|
||||
eprintln!("linting javascript files");
|
||||
}
|
||||
let res = rustdoc_js::lint(outdir, librustdoc_path, tools_path, bless);
|
||||
if res.is_err() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue