Skip to content

Commit

Permalink
Update packages/playground/blueprints/src/lib/compile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored Jun 19, 2023
1 parent e0bccd7 commit 1d01f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/blueprints/src/lib/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function compileStep<S extends StepDefinition>(
}
);
} finally {
// stepProgress.finish();
stepProgress.finish();
}
};

Expand Down

0 comments on commit 1d01f8c

Please sign in to comment.