File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cli-kit/bin/documentation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import {
1616 renderTextPrompt ,
1717 renderWarning ,
1818} from '../../src/public/node/ui.js'
19- import { unstyled } from '../../src/public/node/output.js'
19+ import { outputContent , unstyled } from '../../src/public/node/output.js'
2020import { AbortError , BugError } from '../../src/public/node/error.js'
2121import { AbortSignal } from '../../src/public/node/abort.js'
2222import { Stdout } from '../../src/private/node/ui.js'
@@ -592,7 +592,7 @@ export const examples: {[key in string]: Example} = {
592592 const stdout = new Stdout ( { columns : TERMINAL_WIDTH } )
593593
594594 await renderSingleTask ( {
595- title : ' Loading app' ,
595+ title : outputContent ` Loading app` ,
596596 task : async ( ) => {
597597 await sleep ( 1 )
598598 } ,
You can’t perform that action at this time.
0 commit comments