We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b8492 commit 63fed48Copy full SHA for 63fed48
1 file changed
packages/cli-kit/src/public/node/ui.tsx
@@ -479,7 +479,6 @@ interface RenderTasksOptions {
479
/**
480
* Runs async tasks and displays their progress to the console.
481
* @example
482
- * ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
483
* Installing dependencies ...
484
*/
485
@@ -520,7 +519,6 @@ export interface RenderSingleTaskOptions<T> {
520
519
* @param options.renderOptions - Optional render configuration
521
* @returns The result of the task
522
523
524
* Loading app ...
525
526
export async function renderSingleTask<T>({
0 commit comments