Skip to content

Commit afb26fa

Browse files
committed
debug
1 parent 49489cd commit afb26fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli/binding/src/commands

packages/cli/binding/src/commands/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ pub async fn lint<
2727
ResolvedTask::resolve_from_builtin(workspace, wrapped_command, "lint", args.iter()).await?;
2828
let mut task_graph: StableGraph<ResolvedTask, ()> = Default::default();
2929
task_graph.add_node(resolved_task);
30-
ExecutionPlan::plan(task_graph, false)?.execute(workspace).await
30+
dbg!(ExecutionPlan::plan(task_graph, false)?.execute(workspace).await)
3131
}

0 commit comments

Comments
 (0)