mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fix: typo in coverage exit_unstable (#9626)
This commit is contained in:
parent
72425ec4ce
commit
ff83df399a
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ async fn coverage_command(
|
||||||
lcov: bool,
|
lcov: bool,
|
||||||
) -> Result<(), AnyError> {
|
) -> Result<(), AnyError> {
|
||||||
if !flags.unstable {
|
if !flags.unstable {
|
||||||
exit_unstable("compile");
|
exit_unstable("coverage");
|
||||||
}
|
}
|
||||||
|
|
||||||
if files.is_empty() {
|
if files.is_empty() {
|
||||||
|
|
Loading…
Reference in a new issue