From e7054d50f0992103a8810bb012179235fb30e0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 12 Jun 2020 01:44:17 +0200 Subject: update: deno_lint to v0.1.10 (#6248) * update: deno lint to v0.1.10 * Parallelize "deno lint" subcommand --- cli/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/main.rs') diff --git a/cli/main.rs b/cli/main.rs index 8e819927e..193a8df81 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -331,7 +331,7 @@ async fn lint_command(flags: Flags, files: Vec) -> Result<(), ErrBox> { )?; state.check_unstable("lint"); - lint::lint_files(files) + lint::lint_files(files).await } async fn cache_command(flags: Flags, files: Vec) -> Result<(), ErrBox> { -- cgit v1.2.3