There was an error while loading. Please reload this page.
1 parent 463698a commit be19d75Copy full SHA for be19d75
1 file changed
packages/cli/src/utils/console.ts
@@ -41,7 +41,7 @@ export function section(title: string): void {
41
42
export function spinner(message: string): Spinner {
43
return yoctoSpinner({
44
- text: message
+ text: message,
45
}).start();
46
}
47
0 commit comments