1
0
Fork 0
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:
Luca Casonato 2021-03-01 01:25:43 +01:00 committed by GitHub
parent 72425ec4ce
commit ff83df399a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -875,7 +875,7 @@ async fn coverage_command(
lcov: bool,
) -> Result<(), AnyError> {
if !flags.unstable {
exit_unstable("compile");
exit_unstable("coverage");
}
if files.is_empty() {