We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49489cd commit afb26faCopy full SHA for afb26fa
1 file changed
packages/cli/binding/src/commands/lint.rs
@@ -27,5 +27,5 @@ pub async fn lint<
27
ResolvedTask::resolve_from_builtin(workspace, wrapped_command, "lint", args.iter()).await?;
28
let mut task_graph: StableGraph<ResolvedTask, ()> = Default::default();
29
task_graph.add_node(resolved_task);
30
- ExecutionPlan::plan(task_graph, false)?.execute(workspace).await
+ dbg!(ExecutionPlan::plan(task_graph, false)?.execute(workspace).await)
31
}
0 commit comments