mirror of https://github.com/stelzo/typst.git
Fix warning for HTML export to reflect renaming of --feature to --features (#5530)
This commit is contained in:
parent
79a7a6bf77
commit
8e4f5f21e0
|
|
@ -246,7 +246,7 @@ fn warn_or_error_for_html(
|
||||||
} else {
|
} else {
|
||||||
bail!(
|
bail!(
|
||||||
Span::detached(),
|
Span::detached(),
|
||||||
"html export is only available when `--feature html` is passed";
|
"html export is only available when `--features html` is passed";
|
||||||
hint: "html export is under active development and incomplete";
|
hint: "html export is under active development and incomplete";
|
||||||
hint: "see {ISSUE} for more information"
|
hint: "see {ISSUE} for more information"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue